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 109616fda2 add Arrow Flight E2E Throughput (customBiggerIsBetter) 
benchmark result for d76a51e347f54c6c3ff43a7f8cd11f14ae5739ea
109616fda2 is described below

commit 109616fda2dadf8dd5f7d0df608163ca21e017a2
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 17:22:43 2026 +0000

    add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for 
d76a51e347f54c6c3ff43a7f8cd11f14ae5739ea
---
 dev/bench/data.js | 41 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

diff --git a/dev/bench/data.js b/dev/bench/data.js
index 63826d08df..cc9b5ec950 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781284157423,
+  "lastUpdate": 1781284963022,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -390,6 +390,45 @@ window.BENCHMARK_DATA = {
             "unit": "tuples/sec"
           }
         ]
+      },
+      {
+        "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": 1781284962733,
+        "tool": "customBiggerIsBetter",
+        "benches": [
+          {
+            "name": "throughput / bs=10 sw=10 sl=64",
+            "value": 427.8146345670815,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=100 sw=10 sl=64",
+            "value": 963.0354997598404,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=1000 sw=10 sl=64",
+            "value": 1071.0653442706912,
+            "unit": "tuples/sec"
+          }
+        ]
       }
     ],
     "Arrow Flight E2E Latency": [

Reply via email to