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 28c0f29dcf add Arrow Flight E2E Throughput (customBiggerIsBetter) 
benchmark result for 6032413f6f1e65b6a32e53542c4668f00698ec26
28c0f29dcf is described below

commit 28c0f29dcfba70a3b5d552be94f1d77a94c098d9
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jun 13 17:33:44 2026 +0000

    add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for 
6032413f6f1e65b6a32e53542c4668f00698ec26
---
 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 39ee5ffb20..f6905f24db 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781311469351,
+  "lastUpdate": 1781372024542,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -819,6 +819,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": false,
+          "id": "6032413f6f1e65b6a32e53542c4668f00698ec26",
+          "message": "test(amber): add unit test coverage for LogicalPlan 
(#5441)\n\n### What changes were proposed in this PR?\n\nAdds `LogicalPlanSpec` 
covering\n`amber/src/main/scala/org/apache/texera/workflow/LogicalPlan.scala` 
—\nthe user-facing logical workflow graph case class plus its 
companion\nfactory.\n\n| Surface | Pinned |\n| --- | --- |\n| Construction | 
`LogicalPlan(operators, links)` exposes both fields\nverbatim. |\n| 
`LogicalPlan.apply(LogicalPlanPojo)` | Lifts the POJO [...]
+          "timestamp": "2026-06-13T17:17:17Z",
+          "tree_id": "9dc71d1c975c6d1272c2d271d85a342f4cc0310f",
+          "url": 
"https://github.com/apache/texera/commit/6032413f6f1e65b6a32e53542c4668f00698ec26";
+        },
+        "date": 1781372023982,
+        "tool": "customBiggerIsBetter",
+        "benches": [
+          {
+            "name": "throughput / bs=10 sw=10 sl=64",
+            "value": 414.82193623199566,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=100 sw=10 sl=64",
+            "value": 949.8288698549242,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=1000 sw=10 sl=64",
+            "value": 1126.0742796626898,
+            "unit": "tuples/sec"
+          }
+        ]
       }
     ],
     "Arrow Flight E2E Latency": [

Reply via email to