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

commit 6e52de2e84a3b72fc5c4f118025b91e6ddcc842c
Author: github-action-benchmark <[email protected]>
AuthorDate: Sat Jun 13 19:05:00 2026 +0000

    add Arrow Flight E2E Latency (customSmallerIsBetter) benchmark result for 
7ae2374bead9361735f5538b6501337d3ea32c56
---
 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 2efffc4608..abd451ddd6 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
 window.BENCHMARK_DATA = {
-  "lastUpdate": 1781377498422,
+  "lastUpdate": 1781377500538,
   "repoUrl": "https://github.com/apache/texera";,
   "entries": {
     "Arrow Flight E2E Throughput": [
@@ -2847,6 +2847,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": "7ae2374bead9361735f5538b6501337d3ea32c56",
+          "message": "test(config): add unit test coverage for 
ConfigParserUtil (#5659)\n\n### What changes were proposed in this PR?\n\nPin 
behavior of `ConfigParserUtil.parseSizeStringToBytes` — the\nsize-string parser 
used by `StorageConfig` for S3 multipart sizing. The\n`common/config` module 
had no test infrastructure before this PR (no\n`src/test` directory existed); 
this PR adds the directory and configures\nthe standard ScalaTest dependency 
the way the other backend modules do.\n [...]
+          "timestamp": "2026-06-13T18:52:29Z",
+          "tree_id": "2e5a358109f2310bebc03bf7975d3e3f51f1d54a",
+          "url": 
"https://github.com/apache/texera/commit/7ae2374bead9361735f5538b6501337d3ea32c56";
+        },
+        "date": 1781377500046,
+        "tool": "customSmallerIsBetter",
+        "benches": [
+          {
+            "name": "latency p50 / bs=10 sw=10 sl=64",
+            "value": 26650.245,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=10 sw=10 sl=64",
+            "value": 37431.85,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=10 sw=10 sl=64",
+            "value": 37431.85,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=100 sw=10 sl=64",
+            "value": 120028.73,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=100 sw=10 sl=64",
+            "value": 150572.282,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=100 sw=10 sl=64",
+            "value": 150572.282,
+            "unit": "us"
+          },
+          {
+            "name": "latency p50 / bs=1000 sw=10 sl=64",
+            "value": 1088483.852,
+            "unit": "us"
+          },
+          {
+            "name": "latency p95 / bs=1000 sw=10 sl=64",
+            "value": 1128733.869,
+            "unit": "us"
+          },
+          {
+            "name": "latency p99 / bs=1000 sw=10 sl=64",
+            "value": 1128733.869,
+            "unit": "us"
+          }
+        ]
       }
     ]
   }

Reply via email to