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 5638a1f5d0 add Arrow Flight E2E Latency (customSmallerIsBetter) 
benchmark result for d76a51e347f54c6c3ff43a7f8cd11f14ae5739ea
5638a1f5d0 is described below

commit 5638a1f5d0ff3b7dea31424c86fdc025777d4d7a
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 17:22:44 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
d76a51e347f54c6c3ff43a7f8cd11f14ae5739ea
---
 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 cc9b5ec950..f97684cf49 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781284963022,
+  "lastUpdate": 1781284964936,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -1119,6 +1119,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": "d76a51e347f54c6c3ff43a7f8cd11f14ae5739ea",
+          "message": "test(amber): add unit test coverage for FutureBijection 
and ElidableStatement (#5555)\n\n### What changes were proposed in this 
PR?\n\nPin behavior of two utility modules in `engine/common`. 
No\nproduction-code changes.\n\n| Spec | Source class | Tests |\n| --- | --- | 
--- |\n| `FutureBijectionSpec` | `FutureBijection` | 11 |\n| 
`ElidableStatementSpec` | `ElidableStatement` | 9 |\n\nBoth spec files follow 
the `<srcClassName>Spec.scala` one-to-one\nconvention.\n\n**B [...]
+          "timestamp": "2026-06-12T17:06:53Z",
+          "tree_id": "338e5b84790f546125613e0fa7259f4cfccdc911",
+          "url": 
"https://github.com/apache/texera/commit/d76a51e347f54c6c3ff43a7f8cd11f14ae5739ea";
+        },
+        "date": 1781284964440,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 22228.472,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 36960.943,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 36960.943,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 103440.046,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 114705.18,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 114705.18,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 931752.226,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 975956.21,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 975956.21,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to