-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Random Access (customSmallerIsBetter) benchmark result for 40a58fa
- Loading branch information
github-action-benchmark
committed
Oct 5, 2024
1 parent
d4ba447
commit ff98967
Showing
1 changed file
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1728154259106, | ||
"lastUpdate": 1728154291373, | ||
"repoUrl": "https://github.com/spiraldb/vortex", | ||
"entries": { | ||
"DataFusion": [ | ||
|
@@ -10210,6 +10210,48 @@ window.BENCHMARK_DATA = { | |
"range": 3084621.4100000113 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Will Manning", | ||
"username": "lwwmanning" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"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": 1728154286276, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "random-access/vortex-tokio-local-disk", | ||
"value": 1182956.4120304324, | ||
"unit": "ns", | ||
"range": 5110.265974013368 | ||
}, | ||
{ | ||
"name": "random-access/vortex-local-fs", | ||
"value": 1318191.3730679555, | ||
"unit": "ns", | ||
"range": 4771.527942662127 | ||
}, | ||
{ | ||
"name": "random-access/parquet-tokio-local-disk", | ||
"value": 198696817.03333336, | ||
"unit": "ns", | ||
"range": 3063844.451666653 | ||
} | ||
] | ||
} | ||
], | ||
"TPC-H": [ | ||
|