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 5eb61dece8 add Arrow Flight E2E Latency (customSmallerIsBetter) 
benchmark result for 80542aaaab476b675b10dbd54787c75982913b91
5eb61dece8 is described below

commit 5eb61dece8ac721e831af80c3e06b4a65e7c56d9
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 05:34:09 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
80542aaaab476b675b10dbd54787c75982913b91
---
 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 74fac0fcde..3cea350dfa 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781242447843,
+  "lastUpdate": 1781242449811,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -147,6 +147,75 @@ window.BENCHMARK_DATA = {
             "value": 1152683.472
           }
         ]
+      },
+      {
+        "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": 1781242449393,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 23896.043,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 31409.153,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 31409.153,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 122074.892,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 141697.41,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 141697.41,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 1060606.797,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 1122910.271,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 1122910.271,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to