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

commit ad942bfa856738fac3f39294863193d32207e188
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jun 13 00:44:29 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
7ae9b35f12748616daf7bcc925fdde2e5def5187
---
 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 06696365d8..39ee5ffb20 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781311467510,
+  "lastUpdate": 1781311469351,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -2199,6 +2199,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": true,
+          "id": "7ae9b35f12748616daf7bcc925fdde2e5def5187",
+          "message": "test(workflow-operator): add unit test coverage for 
filter-family operator executors (#5656)\n\n### What changes were proposed in 
this PR?\n\nPin behavior of four previously-uncovered modules in the 
`FilterOpExec`\ninheritance hierarchy in `common/workflow-operator`. No 
production-code\nchanges.\n\n| Spec | Source class | Tests |\n| --- | --- | --- 
|\n| `FilterOpExecSpec` | `FilterOpExec` (abstract base) | 9 |\n| 
`RegexOpExecSpec` | `RegexOpExec` | 8 |\n| `Substring [...]
+          "timestamp": "2026-06-13T00:30:08Z",
+          "tree_id": "57e3eee2ddc27b399f843bfc0bdff1f893477272",
+          "url": 
"https://github.com/apache/texera/commit/7ae9b35f12748616daf7bcc925fdde2e5def5187";
+        },
+        "date": 1781311468840,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 24805.263,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 38344.907,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 38344.907,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 133219.446,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 173178.494,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 173178.494,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 1059717.997,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 1104221.303,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 1104221.303,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to