Skip to content

Commit

Permalink
add Vortex random_access (cargo) benchmark result for a96ff2c
Browse files Browse the repository at this point in the history
  • 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.
44 changes: 43 additions & 1 deletion dev/bench/data.js
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": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit a9fb2c2

Please sign in to comment.