-
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 random_access (cargo) benchmark result for a96ff2c
- Loading branch information
github-action-benchmark
committed
Sep 19, 2024
1 parent
7eeefae
commit a9fb2c2
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": 1726779452559, | ||
"lastUpdate": 1726779559660, | ||
"repoUrl": "https://github.com/spiraldb/vortex", | ||
"entries": { | ||
"Vortex benchmarks": [ | ||
|
@@ -133562,6 +133562,48 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Andrew Duffy", | ||
"username": "a10y" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "a96ff2ca932ce8a2f8b4a2b8001408b1738034d6", | ||
"message": "fix: ID collision between vortex.ext and fastlanes.delta (#878)\n\nBoth were using ID code 16. I left `fastlanes.delta` as 16 to be\r\ncontiguous with the other fastlanes codes, and pushed extension to the\r\nend\r\n\r\n---------\r\n\r\nCo-authored-by: Will Manning <[email protected]>", | ||
"timestamp": "2024-09-19T20:54:29Z", | ||
"tree_id": "5fe95d97b115726d80c04c9f254091beff1fea9f", | ||
"url": "https://github.com/spiraldb/vortex/commit/a96ff2ca932ce8a2f8b4a2b8001408b1738034d6" | ||
}, | ||
"date": 1726779558093, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "vortex/tokio local disk", | ||
"value": 1308917, | ||
"range": "± 29650", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "vortex/localfs", | ||
"value": 1457592, | ||
"range": "± 32225", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parquet/tokio local disk", | ||
"value": 178158170, | ||
"range": "± 2466099", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
], | ||
"Vortex DataFusion": [ | ||
|