From 8669b19228e47abf7e0e1b8bc7da3089e790d116 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 13 Dec 2024 15:38:29 +0000 Subject: [PATCH] add Random Access (customSmallerIsBetter) benchmark result for 2788c6c24152316f4a073f44e721128d4a1fd668 --- dev/bench/data.js | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index e82d673fee..9b512a905d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1734104163438, + "lastUpdate": 1734104308143, "repoUrl": "https://github.com/spiraldb/vortex", "entries": { "DataFusion": [ @@ -63844,6 +63844,48 @@ window.BENCHMARK_DATA = { "range": 4455788.916666672 } ] + }, + { + "commit": { + "author": { + "email": "a10y@users.noreply.github.com", + "name": "Andrew Duffy", + "username": "a10y" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "2788c6c24152316f4a073f44e721128d4a1fd668", + "message": "chore: simplify StatsSet (#1672)\n\nChanged Option -> Scalar. If there's a reason why it was Option,\r\nI couldn't find it.\r\n\r\nThere are a lot of methods, regrouped them into blocks based on\r\nfunction. Also added some docstrings.\r\n\r\nAdd a non-consuming `iter` for iterating over the StatsSet values, so\r\nthat you can use it without `.clone()` first.", + "timestamp": "2024-12-13T10:12:19-05:00", + "tree_id": "22604fbef438c4afa2027ac9e3be6ebfda4cbf0f", + "url": "https://github.com/spiraldb/vortex/commit/2788c6c24152316f4a073f44e721128d4a1fd668" + }, + "date": 1734104306982, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "random-access/vortex-tokio-local-disk", + "value": 3569079.2620000006, + "unit": "ns", + "range": 12628.267916665645 + }, + { + "name": "random-access/vortex-local-fs", + "value": 3763909.430714286, + "unit": "ns", + "range": 19456.918232141994 + }, + { + "name": "random-access/parquet-tokio-local-disk", + "value": 232382961.4666667, + "unit": "ns", + "range": 4124377.599999994 + } + ] } ], "TPC-H": [