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 3c7fcfb4d7 add Arrow Flight E2E Latency (customSmallerIsBetter)
benchmark result for d5f5e12fb6879f15dbcf0c9cf6aaae3b532784e6
3c7fcfb4d7 is described below
commit 3c7fcfb4d7e4f13ea07cff15f9e6c04b0554c741
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 20:43:40 2026 +0000
add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for
d5f5e12fb6879f15dbcf0c9cf6aaae3b532784e6
---
dev/bench/data.js | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 70 insertions(+), 1 deletion(-)
diff --git a/dev/bench/data.js b/dev/bench/data.js
index 0cd6998ff4..c370088248 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1781297018880,
+ "lastUpdate": 1781297020951,
"repoUrl": "https://github.com/apache/texera",
"entries": {
"Arrow Flight E2E Throughput": [
@@ -1659,6 +1659,75 @@ window.BENCHMARK_DATA = {
"unit": "us"
}
]
+ },
+ {
+ "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": 1781297020463,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "latency p50 / bs=10 sw=10 sl=64",
+ "value": 23593.478,
+ "unit": "us"
+ },
+ {
+ "name": "latency p95 / bs=10 sw=10 sl=64",
+ "value": 37873.262,
+ "unit": "us"
+ },
+ {
+ "name": "latency p99 / bs=10 sw=10 sl=64",
+ "value": 37873.262,
+ "unit": "us"
+ },
+ {
+ "name": "latency p50 / bs=100 sw=10 sl=64",
+ "value": 121474.068,
+ "unit": "us"
+ },
+ {
+ "name": "latency p95 / bs=100 sw=10 sl=64",
+ "value": 154071.734,
+ "unit": "us"
+ },
+ {
+ "name": "latency p99 / bs=100 sw=10 sl=64",
+ "value": 154071.734,
+ "unit": "us"
+ },
+ {
+ "name": "latency p50 / bs=1000 sw=10 sl=64",
+ "value": 1060887.513,
+ "unit": "us"
+ },
+ {
+ "name": "latency p95 / bs=1000 sw=10 sl=64",
+ "value": 1093200.823,
+ "unit": "us"
+ },
+ {
+ "name": "latency p99 / bs=1000 sw=10 sl=64",
+ "value": 1093200.823,
+ "unit": "us"
+ }
+ ]
}
]
}