Skip to content

Commit

Permalink
add Random Access (customSmallerIsBetter) benchmark result for e8323ac
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 13, 2024
1 parent 754da65 commit 76f07e9
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": 1734109644934,
"lastUpdate": 1734109839638,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -64012,6 +64012,48 @@ window.BENCHMARK_DATA = {
"range": 3921056.409583345
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e8323accdbd96282d55bd1980f91eba241f5c645",
"message": "fix: RunEnd array correctly encodes all null arrays (#1675)",
"timestamp": "2024-12-13T16:52:29Z",
"tree_id": "cc2bfacbe7da2e618b9becf748866b9840150810",
"url": "https://github.com/spiraldb/vortex/commit/e8323accdbd96282d55bd1980f91eba241f5c645"
},
"date": 1734109802965,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "random-access/vortex-tokio-local-disk",
"value": 2897931.3694117637,
"unit": "ns",
"range": 14070.246176470537
},
{
"name": "random-access/vortex-local-fs",
"value": 3284999.3664705874,
"unit": "ns",
"range": 42719.61164705828
},
{
"name": "random-access/parquet-tokio-local-disk",
"value": 229165893.96666664,
"unit": "ns",
"range": 5749231.297083303
}
]
}
],
"TPC-H": [
Expand Down

0 comments on commit 76f07e9

Please sign in to comment.