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 528b1f2058 add Arrow Flight E2E Latency (customSmallerIsBetter) 
benchmark result for 7e9cabf2bf4edc0540ab7397dd644bd96cc2a042
528b1f2058 is described below

commit 528b1f205842a10ed765b7e899fc2a44296d99d5
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 17:36:25 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
7e9cabf2bf4edc0540ab7397dd644bd96cc2a042
---
 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 d2f0b7109f..8a12757912 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781285783061,
+  "lastUpdate": 1781285785272,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -1227,6 +1227,75 @@ window.BENCHMARK_DATA = {
             "unit": "us"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "email": "[email protected]",
+            "name": "Xinyuan Lin",
+            "username": "aglinxinyuan"
+          },
+          "committer": {
+            "email": "[email protected]",
+            "name": "GitHub",
+            "username": "web-flow"
+          },
+          "distinct": true,
+          "id": "7e9cabf2bf4edc0540ab7397dd644bd96cc2a042",
+          "message": "test(amber): add unit test coverage for 
WorkerBatchInternalQueue (#5553)\n\n### What changes were proposed in this 
PR?\n\nPin behavior of `WorkerBatchInternalQueue` — the per-DP-thread 
mailbox\ntrait used by the Python worker. Previously uncovered; the 
only\nuncovered module in the `pythonworker` package whose contract 
is\nunit-testable without standing up a real Python subprocess. 
No\nproduction-code changes.\n\n| Spec | Source class | Tests |\n| --- | --- | 
--- |\ [...]
+          "timestamp": "2026-06-12T17:20:18Z",
+          "tree_id": "45f935bf4d928bf2f5aac288a4f68467dece18c6",
+          "url": 
"https://github.com/apache/texera/commit/7e9cabf2bf4edc0540ab7397dd644bd96cc2a042";
+        },
+        "date": 1781285784738,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 21867.172,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 32549.324,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 32549.324,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 107208.565,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 146772.039,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 146772.039,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 927133.047,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 981102.548,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 981102.548,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to