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 24acf2afc0 add Arrow Flight E2E Latency (customSmallerIsBetter) 
benchmark result for 1572edf43f708a89573710a4aab9e06726a33924
24acf2afc0 is described below

commit 24acf2afc06ef1a8528101444a8ea54bcd3f0f0a
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 05:45:00 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
1572edf43f708a89573710a4aab9e06726a33924
---
 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 4ceaec3e5b..f91b3c25c4 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781243098904,
+  "lastUpdate": 1781243100783,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -255,6 +255,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": "1572edf43f708a89573710a4aab9e06726a33924",
+          "message": "chore: enable dev static pages (#5637)\n\n### What 
changes were proposed in this PR?\nEnable GitHub Pages publishing through 
`.asf.yaml` by setting\n`github.ghp_branch` to `gh-pages` and `github.ghp_path` 
to `/`.\n\nThis is intended to make dev-facing static pages under the 
`gh-pages`\nbranch viewable in a browser. The first page this unlocks is 
the\nbenchmark dashboard generated under `dev/bench`, so benchmark results\ncan 
be inspected at a stable web URL instead o [...]
+          "timestamp": "2026-06-12T05:29:52Z",
+          "tree_id": "68e8731bdbf816310f405365441111c00785c1e6",
+          "url": 
"https://github.com/apache/texera/commit/1572edf43f708a89573710a4aab9e06726a33924";
+        },
+        "date": 1781243100344,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 25005.014,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 32181.706,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 32181.706,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 108068,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 116217.96,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 116217.96,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 903008.778,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 990043.858,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 990043.858,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to