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 845d288abe add Arrow Flight E2E Latency (customSmallerIsBetter) 
benchmark result for b7b50798cbdab928d3928be36bd200984879d14c
845d288abe is described below

commit 845d288abede2b6f73dbe94b1eab00525680c416
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 09:08:32 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
b7b50798cbdab928d3928be36bd200984879d14c
---
 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 0b8c2c0ec9..73e5e6cd9f 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781255310258,
+  "lastUpdate": 1781255312182,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -687,6 +687,75 @@ window.BENCHMARK_DATA = {
             "unit": "us"
           }
         ]
+      },
+      {
+        "commit": {
+          "author": {
+            "email": "[email protected]",
+            "name": "EmilySun621",
+            "username": "EmilySun621"
+          },
+          "committer": {
+            "email": "[email protected]",
+            "name": "GitHub",
+            "username": "web-flow"
+          },
+          "distinct": false,
+          "id": "b7b50798cbdab928d3928be36bd200984879d14c",
+          "message": "test(frontend): add spec for 
VisualizationFrameContentComponent (#5585)\n\n### What changes were proposed in 
this PR?\n\nAdds a behavior-focused unit test spec 
for\n`VisualizationFrameContentComponent`. Tests cover:\n- `drawChart()` guard 
clauses (no-op when data is missing)\n- Render path through DomSanitizer to 
iframe `srcdoc`\n- `auditTime`-throttled subscription (tested with 
`fakeAsync`/`tick`)\n\n### Any related issues, documentation, 
discussions?\n\nRelated to [...]
+          "timestamp": "2026-06-12T08:49:49Z",
+          "tree_id": "51eb74c19345b89f13dc1cd076c417ddd74a2f6f",
+          "url": 
"https://github.com/apache/texera/commit/b7b50798cbdab928d3928be36bd200984879d14c";
+        },
+        "date": 1781255311656,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 24438.839,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 35453.173,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 35453.173,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 107940.753,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 125287.137,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 125287.137,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 921055.808,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 981230.218,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 981230.218,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to