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

commit d4e95bf60ad83e57432ad3acbdd2306333d572b1
Author: github-action-benchmark <[email protected]>
AuthorDate: Fri Jun 12 08:57:03 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
6723f074bc50f8e43f29e1e46bb7c665a0e032be
---
 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 77a5059496..0d7e37f5bd 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781254621160,
+  "lastUpdate": 1781254623276,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -471,6 +471,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": "6723f074bc50f8e43f29e1e46bb7c665a0e032be",
+          "message": "ci: warn when a PR or issue does not follow the template 
(#5622)\n\n### What changes were proposed in this PR?\n- Adds a non-blocking 
GitHub Actions workflow\n(`.github/workflows/template-compliance-warning.yml`) 
that comments when\na PR or issue is opened/edited without following the 
template, and\ndeletes the comment automatically once the description is 
fixed.\n- For PRs it strips the template's `<!-- -->` guidance and flags 
any\nrequired section that is missing  [...]
+          "timestamp": "2026-06-12T08:40:15Z",
+          "tree_id": "976136e6a35d92bd7fe780b216d1b68a626105ab",
+          "url": 
"https://github.com/apache/texera/commit/6723f074bc50f8e43f29e1e46bb7c665a0e032be";
+        },
+        "date": 1781254622766,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 25024.055,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 39905.506,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 39905.506,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 123515.93,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 153160.598,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 153160.598,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 1069479.197,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 1117828.04,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 1117828.04,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to