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 7ce5c4a53a add Arrow Flight E2E Throughput (customBiggerIsBetter) 
benchmark result for 1a65a3168c5ffbd171e8ed0d64dec495e45c1b24
7ce5c4a53a is described below

commit 7ce5c4a53a926919cced9eba1b21937ab6ddd89c
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jun 13 18:05:59 2026 +0000

    add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for 
1a65a3168c5ffbd171e8ed0d64dec495e45c1b24
---
 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 ab888d9e3d..ad68539934 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781372837504,
+  "lastUpdate": 1781373959832,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -936,6 +936,45 @@ window.BENCHMARK_DATA = {
             "unit": "tuples/sec"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "email": "[email protected]",
+            "name": "Justin Siek",
+            "username": "justinsiek"
+          },
+          "committer": {
+            "email": "[email protected]",
+            "name": "GitHub",
+            "username": "web-flow"
+          },
+          "distinct": false,
+          "id": "1a65a3168c5ffbd171e8ed0d64dec495e45c1b24",
+          "message": "fix(workflow-operator): set alreadyClosed before onClose 
(#5678)\n\n### What changes were proposed in this 
PR?\n\n`AutoClosingIterator.hasNext` only set `alreadyClosed = true` 
after\ncalling `onClose()`, and so if `onClose()` throws, `alreadyClosed` 
would\nstay false, and so a subsequent `hasNext` would reinvoke 
`onClose()`,\nrunning cleanup a second time on a resource whose close already 
failed.\n\nThe change makes `alreadyClosed = true` run before `onClose()`.\n\n 
[...]
+          "timestamp": "2026-06-13T17:51:17Z",
+          "tree_id": "def41efc3df06efdc98d8d418cd0036e1f7a88f8",
+          "url": 
"https://github.com/apache/texera/commit/1a65a3168c5ffbd171e8ed0d64dec495e45c1b24";
+        },
+        "date": 1781373959362,
+        "tool": "customBiggerIsBetter",
+        "benches": [
+          {
+            "name": "throughput / bs=10 sw=10 sl=64",
+            "value": 465.0311459260295,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=100 sw=10 sl=64",
+            "value": 952.7004708795436,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=1000 sw=10 sl=64",
+            "value": 1118.5934653905929,
+            "unit": "tuples/sec"
+          }
+        ]
       }
     ],
     "Arrow Flight E2E Latency": [

Reply via email to