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

commit aae683b56a7ff2bba789421456ea6f72f24e03cd
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 09:03:40 2026 +0000

    add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for 
ebaea080b5d64c5b19a2a91c18cbcd1ed33c8e50
---
 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 0d7e37f5bd..a513594ffa 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781254623276,
+  "lastUpdate": 1781255020900,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -195,6 +195,45 @@ window.BENCHMARK_DATA = {
             "unit": "tuples/sec"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "email": "[email protected]",
+            "name": "lie18uci",
+            "username": "lie18uci"
+          },
+          "committer": {
+            "email": "[email protected]",
+            "name": "GitHub",
+            "username": "web-flow"
+          },
+          "distinct": false,
+          "id": "ebaea080b5d64c5b19a2a91c18cbcd1ed33c8e50",
+          "message": "fix(storage): close Files.walk stream in deleteRepo 
(#5633)\n\n### What changes were proposed in this PR?\n\nThis PR updates 
GitVersionControlLocalFileStorage.deleteRepo to close\nthe stream returned by 
Files.walk(directoryPath) using\ntry-with-resources.\n\nFiles.walk(...) returns 
a closeable stream backed by directory\nresources. Wrapping it in 
try-with-resources ensures the stream is\nclosed properly even if traversal or 
deletion throws.\n\nThis keeps the existin [...]
+          "timestamp": "2026-06-12T08:47:26Z",
+          "tree_id": "6621a6bda9a9421f7af344395ad04700a3325c15",
+          "url": 
"https://github.com/apache/texera/commit/ebaea080b5d64c5b19a2a91c18cbcd1ed33c8e50";
+        },
+        "date": 1781255020354,
+        "tool": "customBiggerIsBetter",
+        "benches": [
+          {
+            "name": "throughput / bs=10 sw=10 sl=64",
+            "value": 357.8780517762326,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=100 sw=10 sl=64",
+            "value": 913.1546519216164,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=1000 sw=10 sl=64",
+            "value": 1087.0502501065566,
+            "unit": "tuples/sec"
+          }
+        ]
       }
     ],
     "Arrow Flight E2E Latency": [

Reply via email to