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 49de95a2e4 add Arrow Flight E2E Throughput (customBiggerIsBetter)
benchmark result for 7e9cabf2bf4edc0540ab7397dd644bd96cc2a042
49de95a2e4 is described below
commit 49de95a2e4c6694a036bcb704095af56c1efb1a8
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 17:36:23 2026 +0000
add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for
7e9cabf2bf4edc0540ab7397dd644bd96cc2a042
---
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 f97684cf49..d2f0b7109f 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1781284964936,
+ "lastUpdate": 1781285783061,
"repoUrl": "https://github.com/apache/texera",
"entries": {
"Arrow Flight E2E Throughput": [
@@ -429,6 +429,45 @@ window.BENCHMARK_DATA = {
"unit": "tuples/sec"
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "email": "[email protected]",
+ "name": "Xinyuan Lin",
+ "username": "aglinxinyuan"
+ },
+ "committer": {
+ "email": "[email protected]",
+ "name": "GitHub",
+ "username": "web-flow"
+ },
+ "distinct": true,
+ "id": "7e9cabf2bf4edc0540ab7397dd644bd96cc2a042",
+ "message": "test(amber): add unit test coverage for
WorkerBatchInternalQueue (#5553)\n\n### What changes were proposed in this
PR?\n\nPin behavior of `WorkerBatchInternalQueue` — the per-DP-thread
mailbox\ntrait used by the Python worker. Previously uncovered; the
only\nuncovered module in the `pythonworker` package whose contract
is\nunit-testable without standing up a real Python subprocess.
No\nproduction-code changes.\n\n| Spec | Source class | Tests |\n| --- | --- |
--- |\ [...]
+ "timestamp": "2026-06-12T17:20:18Z",
+ "tree_id": "45f935bf4d928bf2f5aac288a4f68467dece18c6",
+ "url":
"https://github.com/apache/texera/commit/7e9cabf2bf4edc0540ab7397dd644bd96cc2a042"
+ },
+ "date": 1781285782528,
+ "tool": "customBiggerIsBetter",
+ "benches": [
+ {
+ "name": "throughput / bs=10 sw=10 sl=64",
+ "value": 439.81546873489714,
+ "unit": "tuples/sec"
+ },
+ {
+ "name": "throughput / bs=100 sw=10 sl=64",
+ "value": 922.8431031717276,
+ "unit": "tuples/sec"
+ },
+ {
+ "name": "throughput / bs=1000 sw=10 sl=64",
+ "value": 1081.978843493359,
+ "unit": "tuples/sec"
+ }
+ ]
}
],
"Arrow Flight E2E Latency": [