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 007c4f89fa add Arrow Flight E2E Throughput (customBiggerIsBetter) 
benchmark result for 227cbd73960afbcaa734b30f3ac108dc669324f3
007c4f89fa is described below

commit 007c4f89fa57cd930ae4495ca0de8303ed675cee
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 19:07:41 2026 +0000

    add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for 
227cbd73960afbcaa734b30f3ac108dc669324f3
---
 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 60be66f413..58394fa545 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781289978759,
+  "lastUpdate": 1781291261558,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -507,6 +507,45 @@ window.BENCHMARK_DATA = {
             "unit": "tuples/sec"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "email": "[email protected]",
+            "name": "Kunwoo (Chris)",
+            "username": "kunwp1"
+          },
+          "committer": {
+            "email": "[email protected]",
+            "name": "GitHub",
+            "username": "web-flow"
+          },
+          "distinct": true,
+          "id": "227cbd73960afbcaa734b30f3ac108dc669324f3",
+          "message": "fix(workflow-core): paginate S3 deleteDirectory 
deletions (#5569)\n\n### What changes were proposed in this 
PR?\n\n`S3StorageClient.deleteDirectory` listed objects with a 
single\n`listObjectsV2` call and issued one `deleteObjects` batch. Both S3 
APIs\ncap at 1000 keys per call, so for any prefix holding more than 
1000\nobjects only the first 1000 were deleted and the rest causes a 
storage\nleak. This affects dataset deletion (`DatasetResource`) 
and\nper-execution cl [...]
+          "timestamp": "2026-06-12T18:53:01Z",
+          "tree_id": "15289e189e9647c0225659d1cb1ad61c963e39ff",
+          "url": 
"https://github.com/apache/texera/commit/227cbd73960afbcaa734b30f3ac108dc669324f3";
+        },
+        "date": 1781291261166,
+        "tool": "customBiggerIsBetter",
+        "benches": [
+          {
+            "name": "throughput / bs=10 sw=10 sl=64",
+            "value": 422.1417599858694,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=100 sw=10 sl=64",
+            "value": 894.4897875803534,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=1000 sw=10 sl=64",
+            "value": 1076.9491519579547,
+            "unit": "tuples/sec"
+          }
+        ]
       }
     ],
     "Arrow Flight E2E Latency": [

Reply via email to