From 31d186bc699ea15364cbb66efda16fc61b4dff5d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 5 Oct 2024 18:54:22 +0000 Subject: [PATCH] add DataFusion (customSmallerIsBetter) benchmark result for 40a58fa8fde1e4fe6d2eef9a2ce9cab798aa45c8 --- dev/bench/data.js | 86 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index f8de532bfb..bcbf77fe36 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1728154291373, + "lastUpdate": 1728154462752, "repoUrl": "https://github.com/spiraldb/vortex", "entries": { "DataFusion": [ @@ -6806,6 +6806,90 @@ window.BENCHMARK_DATA = { "range": 761.4920358305098 } ] + }, + { + "commit": { + "author": { + "email": "will@spiraldb.com", + "name": "Will Manning", + "username": "lwwmanning" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "40a58fa8fde1e4fe6d2eef9a2ce9cab798aa45c8", + "message": "Faster RunEndBool decompression, plus metadata cleanup (#981)\n\nDecompression is now 15-35% faster\r\n\r\nspecifically, ~15% faster for constant (sel = 0 or sel = 1)\r\n![Screenshot 2024-10-04 at 17 52\r\n45](https://github.com/user-attachments/assets/6843318f-5a69-4aa5-ab5d-8ab4df424ed1)\r\n\r\nand ~35% faster if each bool is produced uniformly at random (i.e., sel\r\n= 0.5, max number of runs in expectation)\r\n![Screenshot 2024-10-04 at 17 52\r\n38](https://github.com/user-attachments/assets/f453c4be-07b4-4b67-aa1d-363e24165c15)", + "timestamp": "2024-10-05T19:41:29+01:00", + "tree_id": "76bc1b4def4ef180d62db4f3366bd063dcbb7371", + "url": "https://github.com/spiraldb/vortex/commit/40a58fa8fde1e4fe6d2eef9a2ce9cab798aa45c8" + }, + "date": 1728154458450, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "arrow/planning", + "value": 831028.5088721326, + "unit": "ns", + "range": 2498.8734566845233 + }, + { + "name": "arrow/exec", + "value": 1784838.7607898118, + "unit": "ns", + "range": 893.5311485209968 + }, + { + "name": "vortex-pushdown-compressed/planning", + "value": 518011.4260535179, + "unit": "ns", + "range": 2044.358793748921 + }, + { + "name": "vortex-pushdown-compressed/exec", + "value": 3082115.440588236, + "unit": "ns", + "range": 3279.42774264724 + }, + { + "name": "vortex-pushdown-uncompressed/planning", + "value": 513391.8706268091, + "unit": "ns", + "range": 1069.70117821038 + }, + { + "name": "vortex-pushdown-uncompressed/exec", + "value": 3325187.191875, + "unit": "ns", + "range": 1200.3582265626173 + }, + { + "name": "vortex-nopushdown-compressed/planning", + "value": 835690.679585983, + "unit": "ns", + "range": 791.9539235125412 + }, + { + "name": "vortex-nopushdown-compressed/exec", + "value": 13213150.3225, + "unit": "ns", + "range": 49945.20790624991 + }, + { + "name": "vortex-nopushdown-uncompressed/planning", + "value": 827402.8549142535, + "unit": "ns", + "range": 554.2948589160806 + }, + { + "name": "vortex-nopushdown-uncompressed/exec", + "value": 1789865.01120661, + "unit": "ns", + "range": 1406.079909965163 + } + ] } ], "Random Access": [