This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 7b3da53857 add Arrow Flight E2E Throughput (customBiggerIsBetter)
benchmark result for d5f5e12fb6879f15dbcf0c9cf6aaae3b532784e6
7b3da53857 is described below
commit 7b3da5385770506ff6b9f98e7e6eda7300d5ff13
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 20:43:38 2026 +0000
add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for
d5f5e12fb6879f15dbcf0c9cf6aaae3b532784e6
---
dev/bench/data.js | 41 ++++++++++++++++++++++++++++++++++++++++-
1 file changed, 40 insertions(+), 1 deletion(-)
diff --git a/dev/bench/data.js b/dev/bench/data.js
index 43518b58aa..0cd6998ff4 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1781296483731,
+ "lastUpdate": 1781297018880,
"repoUrl": "https://github.com/apache/texera",
"entries": {
"Arrow Flight E2E Throughput": [
@@ -585,6 +585,45 @@ window.BENCHMARK_DATA = {
"unit": "tuples/sec"
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "email": "[email protected]",
+ "name": "Suyash Jain",
+ "username": "suyashj1231"
+ },
+ "committer": {
+ "email": "[email protected]",
+ "name": "GitHub",
+ "username": "web-flow"
+ },
+ "distinct": false,
+ "id": "d5f5e12fb6879f15dbcf0c9cf6aaae3b532784e6",
+ "message": "fix(workflow-operator): no null padding in reservoir
sampling (#5606)\n\n### What changes were proposed in this
PR?\n\n`ReservoirSamplingOpExec` allocates a fixed-size reservoir of
length\n`count` (the per-worker share of `k`). When a worker receives
fewer\ntuples than `count`, only the first `n` slots are filled, but
`onFinish`\nreturned the whole array, yielding `count - n` trailing `null`
entries.\nThe nulls are currently swallowed by a distant null-guard in\n`Da
[...]
+ "timestamp": "2026-06-12T20:26:57Z",
+ "tree_id": "164ab7d040ed744e4bbdbed13ea4b521b4438ecd",
+ "url":
"https://github.com/apache/texera/commit/d5f5e12fb6879f15dbcf0c9cf6aaae3b532784e6"
+ },
+ "date": 1781297018685,
+ "tool": "customBiggerIsBetter",
+ "benches": [
+ {
+ "name": "throughput / bs=10 sw=10 sl=64",
+ "value": 392.7647925624236,
+ "unit": "tuples/sec"
+ },
+ {
+ "name": "throughput / bs=100 sw=10 sl=64",
+ "value": 813.5645013785633,
+ "unit": "tuples/sec"
+ },
+ {
+ "name": "throughput / bs=1000 sw=10 sl=64",
+ "value": 941.207972885526,
+ "unit": "tuples/sec"
+ }
+ ]
}
],
"Arrow Flight E2E Latency": [