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 78d75f5867 add Arrow Flight E2E Throughput (customBiggerIsBetter) 
benchmark result for 190823f7562ba8c0bb2a515b0ce4823cf640e049
78d75f5867 is described below

commit 78d75f5867efe8461cf13c9ea89a32ac92f97446
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jun 13 00:35:28 2026 +0000

    add Arrow Flight E2E Throughput (customBiggerIsBetter) benchmark result for 
190823f7562ba8c0bb2a515b0ce4823cf640e049
---
 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 a894c28739..c69ae8074b 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781303757756,
+  "lastUpdate": 1781310928503,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -702,6 +702,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": "190823f7562ba8c0bb2a515b0ce4823cf640e049",
+          "message": "test(workflow-operator): add unit test coverage for 
CaseSensitiveAnalyzer (#5658)\n\n### What changes were proposed in this 
PR?\n\nPin behavior of the Lucene `Analyzer` used by the 
keyword-search\noperator when the user opts into case-sensitive matching. 
The\nabstraction skips the lowercasing pipeline used by `StandardAnalyzer`,\nso 
a regression here would silently downgrade case-sensitive search. 
No\nproduction-code changes.\n\n| Spec | Source class | Tests |\n| -- [...]
+          "timestamp": "2026-06-13T00:19:41Z",
+          "tree_id": "f611d8cc0bcd54dca2e32c8d9c294bd948752aed",
+          "url": 
"https://github.com/apache/texera/commit/190823f7562ba8c0bb2a515b0ce4823cf640e049";
+        },
+        "date": 1781310927966,
+        "tool": "customBiggerIsBetter",
+        "benches": [
+          {
+            "name": "throughput / bs=10 sw=10 sl=64",
+            "value": 396.9884897792455,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=100 sw=10 sl=64",
+            "value": 853.6580675939518,
+            "unit": "tuples/sec"
+          },
+          {
+            "name": "throughput / bs=1000 sw=10 sl=64",
+            "value": 967.5051233121175,
+            "unit": "tuples/sec"
+          }
+        ]
       }
     ],
     "Arrow Flight E2E Latency": [

Reply via email to