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 0583e3801b add Arrow Flight E2E Latency (customSmallerIsBetter) 
benchmark result for 1a65a3168c5ffbd171e8ed0d64dec495e45c1b24
0583e3801b is described below

commit 0583e3801b0404e1a623824826291fd120631bf1
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jun 13 18:06:01 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
1a65a3168c5ffbd171e8ed0d64dec495e45c1b24
---
 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 ad68539934..1975c77027 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781373959832,
+  "lastUpdate": 1781373961358,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -2631,6 +2631,75 @@ window.BENCHMARK_DATA = {
             "unit": "us"
           }
         ]
+      },
+      {
+        "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": 1781373961187,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 21179.594,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 32330.656,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 32330.656,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 101587.556,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 147869.303,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 147869.303,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 895292.224,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 934381.725,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 934381.725,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to