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 2ace23ed8c add Arrow Flight E2E Throughput (customBiggerIsBetter) 
benchmark result for 3ab70f4d325a52e13b3c86806002ea2b5836d1ec
2ace23ed8c is described below

commit 2ace23ed8caf180cf46eeb4d3a33931d34f6d97b
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 20:34:41 2026 +0000

    add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for 
3ab70f4d325a52e13b3c86806002ea2b5836d1ec
---
 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 e88ac7eb11..2cab349ce9 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781291263532,
+  "lastUpdate": 1781296481756,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -546,6 +546,45 @@ window.BENCHMARK_DATA = {
             "unit": "tuples/sec"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "email": "[email protected]",
+            "name": "Matthew B.",
+            "username": "Ma77Ball"
+          },
+          "committer": {
+            "email": "[email protected]",
+            "name": "GitHub",
+            "username": "web-flow"
+          },
+          "distinct": false,
+          "id": "3ab70f4d325a52e13b3c86806002ea2b5836d1ec",
+          "message": "perf(pyamber): avoid per-read deepcopy in 
Tuple.as_dict() (#5599)\n\n### What changes were proposed in this PR?\n- 
Replace the per-read `deepcopy` in 
`Tuple.as_dict()`\n(`amber/src/main/python/core/models/tuple.py`) with a 
shallow copy, so\nreading a tuple no longer recursively clones every field 
value; cost now\nscales with field count instead of total field byte size.\n- 
This path is hot: `as_dict()` backs `as_series()` (per-tuple in the\nbatch 
operator path) and  [...]
+          "timestamp": "2026-06-12T20:15:59Z",
+          "tree_id": "c6e3abfbba3a7794a4eae487f7cab98f78a712cf",
+          "url": 
"https://github.com/apache/texera/commit/3ab70f4d325a52e13b3c86806002ea2b5836d1ec";
+        },
+        "date": 1781296481255,
+        "tool": "customBiggerIsBetter",
+        "benches": [
+          {
+            "name": "throughput / bs=10 sw=10 sl=64",
+            "value": 402.99470117782715,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=100 sw=10 sl=64",
+            "value": 779.715364828098,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=1000 sw=10 sl=64",
+            "value": 935.9727208968402,
+            "unit": "tuples/sec"
+          }
+        ]
       }
     ],
     "Arrow Flight E2E Latency": [

Reply via email to