Skip to content

Commit

Permalink
add Random Access (customSmallerIsBetter) benchmark result for 528b760
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 13, 2024
1 parent b2df2af commit 60f55e8
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": 1734107778095,
"lastUpdate": 1734107918044,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -63970,6 +63970,48 @@ window.BENCHMARK_DATA = {
"range": 4124377.599999994
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "528b760cbc9b1b79a8653fbf9ae1db3c1a71135f",
"message": "fix: RunEnd encoding doesn't skip first value when encoding nullable arrays (#1674)",
"timestamp": "2024-12-13T16:08:01Z",
"tree_id": "b69be7ba86701bedaf21079aeaabe3917e03927d",
"url": "https://github.com/spiraldb/vortex/commit/528b760cbc9b1b79a8653fbf9ae1db3c1a71135f"
},
"date": 1734107916995,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "random-access/vortex-tokio-local-disk",
"value": 2937685.090588236,
"unit": "ns",
"range": 13865.503749999683
},
{
"name": "random-access/vortex-local-fs",
"value": 3045581.985294117,
"unit": "ns",
"range": 15453.057455882896
},
{
"name": "random-access/parquet-tokio-local-disk",
"value": 225053987.9,
"unit": "ns",
"range": 3921056.409583345
}
]
}
],
"TPC-H": [
Expand Down

0 comments on commit 60f55e8

Please sign in to comment.