Skip to content

Commit

Permalink
add Random Access (customSmallerIsBetter) benchmark result for c03faad
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 12, 2024
1 parent 6f3953e commit 43317df
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": 1734028450146,
"lastUpdate": 1734028616600,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -63088,6 +63088,48 @@ window.BENCHMARK_DATA = {
"range": 4280938.516666651
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "c03faad7a6ca019f9b2f2a66f630376e1c0a43a6",
"message": "ChunkedArray stats compute handles ordered stats and doesn't eagerly merge chunk stats (#1652)",
"timestamp": "2024-12-12T12:54:11-05:00",
"tree_id": "a912939773a43c566265aa5cfa3a9aca08aa04ca",
"url": "https://github.com/spiraldb/vortex/commit/c03faad7a6ca019f9b2f2a66f630376e1c0a43a6"
},
"date": 1734028615532,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "random-access/vortex-tokio-local-disk",
"value": 2934542.925,
"unit": "ns",
"range": 10025.916527778143
},
{
"name": "random-access/vortex-local-fs",
"value": 3025678.597058824,
"unit": "ns",
"range": 11908.42949264776
},
{
"name": "random-access/parquet-tokio-local-disk",
"value": 222707347.5333333,
"unit": "ns",
"range": 5186406.620416641
}
]
}
],
"TPC-H": [
Expand Down

0 comments on commit 43317df

Please sign in to comment.