-
Notifications
You must be signed in to change notification settings - Fork 33
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 7873c9d
- Loading branch information
github-action-benchmark
committed
Dec 12, 2024
1 parent
f7e9a9f
commit f029fda
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": 1734034667481, | ||
"lastUpdate": 1734034854359, | ||
"repoUrl": "https://github.com/spiraldb/vortex", | ||
"entries": { | ||
"DataFusion": [ | ||
|
@@ -63340,6 +63340,48 @@ window.BENCHMARK_DATA = { | |
"range": 3526296.4395833015 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Robert Kruszewski", | ||
"username": "robert3005" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "7873c9d1bca7bc1c00d003b68482eaf7ea18abb2", | ||
"message": "feat: Faster bitpacked filter & take (#1667)\n\nInstead of using Itertools::chunk_by we do our own iteration that is\r\naware of magic 1024 element treshold\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Duffy <[email protected]>", | ||
"timestamp": "2024-12-12T20:06:37Z", | ||
"tree_id": "833a98fb93f9d0d613f70ac81eb9c7605275baa9", | ||
"url": "https://github.com/spiraldb/vortex/commit/7873c9d1bca7bc1c00d003b68482eaf7ea18abb2" | ||
}, | ||
"date": 1734034819041, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "random-access/vortex-tokio-local-disk", | ||
"value": 3248333.382222223, | ||
"unit": "ns", | ||
"range": 70650.5527222224 | ||
}, | ||
{ | ||
"name": "random-access/vortex-local-fs", | ||
"value": 3174849.6658823537, | ||
"unit": "ns", | ||
"range": 32912.20941176498 | ||
}, | ||
{ | ||
"name": "random-access/parquet-tokio-local-disk", | ||
"value": 227156228.8666667, | ||
"unit": "ns", | ||
"range": 5833571.689583361 | ||
} | ||
] | ||
} | ||
], | ||
"TPC-H": [ | ||
|