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 712c6fe30f add Arrow Flight E2E Latency (customSmallerIsBetter) 
benchmark result for 6032413f6f1e65b6a32e53542c4668f00698ec26
712c6fe30f is described below

commit 712c6fe30f6ab8c59c2fc72f3ec49b14ee8504a6
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jun 13 17:33:46 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
6032413f6f1e65b6a32e53542c4668f00698ec26
---
 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 f6905f24db..ceb29bb5cd 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781372024542,
+  "lastUpdate": 1781372026377,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -2307,6 +2307,75 @@ window.BENCHMARK_DATA = {
             "unit": "us"
           }
         ]
+      },
+      {
+        "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": 1781372025844,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 22337.377,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 40265.725,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 40265.725,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 100560.926,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 135435.331,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 135435.331,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 889259.687,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 925686.333,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 925686.333,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to