-
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 Vortex bytes_at (customSmallerIsBetter) benchmark result for 008b3a7
- Loading branch information
github-action-benchmark
committed
Oct 21, 2024
1 parent
8246030
commit 79636b7
Showing
1 changed file
with
37 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": 1729479097490, | ||
"lastUpdate": 1729515082469, | ||
"repoUrl": "https://github.com/spiraldb/vortex", | ||
"entries": { | ||
"DataFusion": [ | ||
|
@@ -352002,6 +352002,42 @@ window.BENCHMARK_DATA = { | |
"range": 4.944164871467478 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Adam Gutglick", | ||
"username": "AdamGS" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "008b3a75bf163d58c5c3da7acb0f346f98328713", | ||
"message": "More docs (#1104)\n\nMore docs, trying to cleanup some of the main rustdoc page.", | ||
"timestamp": "2024-10-21T12:41:40Z", | ||
"tree_id": "a1919c1ad85e858e9d101070a74d21fe7c0ab4bd", | ||
"url": "https://github.com/spiraldb/vortex/commit/008b3a75bf163d58c5c3da7acb0f346f98328713" | ||
}, | ||
"date": 1729515070344, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "bytes_at/array_data", | ||
"value": 686.1908784484539, | ||
"unit": "ns", | ||
"range": 1.0640551757819026 | ||
}, | ||
{ | ||
"name": "bytes_at/array_view", | ||
"value": 928.2130199899226, | ||
"unit": "ns", | ||
"range": 5.261177531434043 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|