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 d71d2adae5 add Arrow Flight E2E Throughput (customBiggerIsBetter)
benchmark result for 80542aaaab476b675b10dbd54787c75982913b91
d71d2adae5 is described below
commit d71d2adae5f3babdacb059062d0e55731ca0bfd9
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 05:34:07 2026 +0000
add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for
80542aaaab476b675b10dbd54787c75982913b91
---
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 ae92379c4f..74fac0fcde 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1781223678545,
+ "lastUpdate": 1781242447843,
"repoUrl": "https://github.com/apache/texera",
"entries": {
"Arrow Flight E2E Throughput": [
@@ -39,6 +39,45 @@ window.BENCHMARK_DATA = {
"value": 927.9436461605338
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "email": "[email protected]",
+ "name": "Kunwoo (Chris)",
+ "username": "kunwp1"
+ },
+ "committer": {
+ "email": "[email protected]",
+ "name": "GitHub",
+ "username": "web-flow"
+ },
+ "distinct": true,
+ "id": "80542aaaab476b675b10dbd54787c75982913b91",
+ "message": "test(amber): fix ConcurrentModificationException flake
in RegionExecutionCoordinatorSpec (#5562)\n\n### What changes were proposed in
this PR?\n\n`RegionExecutionCoordinatorSpec`'s *\"retry EndWorker failures…\"*
test\npolled the `ControllerRpcProbe.calls` buffer from the test
thread\n(`waitUntil(endWorkerCalls.size >= 2)`) while the coordinator's 200
ms\n`EndWorker` retry appended to it from the kill-retry timer thread.
That\nread racing an append tripped Scala 2.1 [...]
+ "timestamp": "2026-06-12T05:17:54Z",
+ "tree_id": "62319eb1f2ef7a97f45742feaf9d9f3dfaff4235",
+ "url":
"https://github.com/apache/texera/commit/80542aaaab476b675b10dbd54787c75982913b91"
+ },
+ "date": 1781242447431,
+ "tool": "customBiggerIsBetter",
+ "benches": [
+ {
+ "name": "throughput / bs=10 sw=10 sl=64",
+ "value": 412.7418451296882,
+ "unit": "tuples/sec"
+ },
+ {
+ "name": "throughput / bs=100 sw=10 sl=64",
+ "value": 816.6507392891085,
+ "unit": "tuples/sec"
+ },
+ {
+ "name": "throughput / bs=1000 sw=10 sl=64",
+ "value": 942.235873426011,
+ "unit": "tuples/sec"
+ }
+ ]
}
],
"Arrow Flight E2E Latency": [