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

commit 8cbd109e79873ff81519f0353a5e5a93f19e4f21
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 20:34:43 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
3ab70f4d325a52e13b3c86806002ea2b5836d1ec
---
 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 2cab349ce9..43518b58aa 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781296481756,
+  "lastUpdate": 1781296483731,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -1551,6 +1551,75 @@ window.BENCHMARK_DATA = {
             "unit": "us"
           }
         ]
+      },
+      {
+        "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": 1781296483328,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 24038.723,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 33579.65,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 33579.65,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 123658.392,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 187084.801,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 187084.801,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 1066695.725,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 1101965.911,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 1101965.911,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to