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 a1493b7cc6 add Arrow Flight E2E Latency (customSmallerIsBetter)
benchmark result for 227cbd73960afbcaa734b30f3ac108dc669324f3
a1493b7cc6 is described below
commit a1493b7cc6cc14e8567c6b30800a9734435d7de4
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 19:07:43 2026 +0000
add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for
227cbd73960afbcaa734b30f3ac108dc669324f3
---
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 58394fa545..e88ac7eb11 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1781291261558,
+ "lastUpdate": 1781291263532,
"repoUrl": "https://github.com/apache/texera",
"entries": {
"Arrow Flight E2E Throughput": [
@@ -1443,6 +1443,75 @@ window.BENCHMARK_DATA = {
"unit": "us"
}
]
+ },
+ {
+ "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": 1781291263071,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "latency p50 / bs=10 sw=10 sl=64",
+ "value": 22134.895,
+ "unit": "us"
+ },
+ {
+ "name": "latency p95 / bs=10 sw=10 sl=64",
+ "value": 34198.014,
+ "unit": "us"
+ },
+ {
+ "name": "latency p99 / bs=10 sw=10 sl=64",
+ "value": 34198.014,
+ "unit": "us"
+ },
+ {
+ "name": "latency p50 / bs=100 sw=10 sl=64",
+ "value": 107333.848,
+ "unit": "us"
+ },
+ {
+ "name": "latency p95 / bs=100 sw=10 sl=64",
+ "value": 160327.366,
+ "unit": "us"
+ },
+ {
+ "name": "latency p99 / bs=100 sw=10 sl=64",
+ "value": 160327.366,
+ "unit": "us"
+ },
+ {
+ "name": "latency p50 / bs=1000 sw=10 sl=64",
+ "value": 928059.124,
+ "unit": "us"
+ },
+ {
+ "name": "latency p95 / bs=1000 sw=10 sl=64",
+ "value": 950455.443,
+ "unit": "us"
+ },
+ {
+ "name": "latency p99 / bs=1000 sw=10 sl=64",
+ "value": 950455.443,
+ "unit": "us"
+ }
+ ]
}
]
}