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 adeb987150 add Arrow Flight E2E Latency (customSmallerIsBetter) 
benchmark result for 0731313a73fa36c47cef9d7cfa4c87abc8dfe69e
adeb987150 is described below

commit adeb98715003e06f3a41d87f206b0fc0787b7cf5
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 07:44:46 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
0731313a73fa36c47cef9d7cfa4c87abc8dfe69e
---
 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 b50bace9cb..a23a06f04e 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781250284165,
+  "lastUpdate": 1781250286086,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -363,6 +363,75 @@ window.BENCHMARK_DATA = {
             "unit": "us"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "email": "[email protected]",
+            "name": "Yicong Huang",
+            "username": "Yicong-Huang"
+          },
+          "committer": {
+            "email": "[email protected]",
+            "name": "GitHub",
+            "username": "web-flow"
+          },
+          "distinct": true,
+          "id": "0731313a73fa36c47cef9d7cfa4c87abc8dfe69e",
+          "message": "ci: compare benchmark PRs with main (#5639)\n\n### What 
changes were proposed in this PR?\nUpdate the benchmark PR comment workflow to 
show PR benchmark results\nnext to the latest main baseline and the 7-day 
average baseline\npublished on `gh-pages`.\n\nThe comment now reads the PR run 
artifact JSON/CSV files and\n`gh-pages:/dev/bench/data.js`, then renders a 
compact report:\n\n| Section | What reviewers see |\n| --- | --- |\n| Verdict | 
Material regression/no-regr [...]
+          "timestamp": "2026-06-12T07:29:46Z",
+          "tree_id": "21413c1c67cdf9843b5a5102699eb7c6a157df02",
+          "url": 
"https://github.com/apache/texera/commit/0731313a73fa36c47cef9d7cfa4c87abc8dfe69e";
+        },
+        "date": 1781250285563,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 25273.971,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 36064.079,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 36064.079,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 107284.548,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 121671.057,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 121671.057,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 912064.018,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 938140.861,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 938140.861,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to