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 3cb6ec535b add Arrow Flight E2E Latency (customSmallerIsBetter) 
benchmark result for ebaea080b5d64c5b19a2a91c18cbcd1ed33c8e50
3cb6ec535b is described below

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

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
ebaea080b5d64c5b19a2a91c18cbcd1ed33c8e50
---
 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 a513594ffa..31b19326a1 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781255020900,
+  "lastUpdate": 1781255022652,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -579,6 +579,75 @@ window.BENCHMARK_DATA = {
             "unit": "us"
           }
         ]
+      },
+      {
+        "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": 1781255022310,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 27093.272,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 39852.872,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 39852.872,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 110119.235,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 123367.286,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 123367.286,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 917080.427,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 965383.923,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 965383.923,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to