Skip to content

Commit

Permalink
add Random Access (customSmallerIsBetter) benchmark result for e573ab0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 28, 2024
1 parent de175b9 commit 36e1211
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": 1730157178302,
"lastUpdate": 1730157207592,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -23944,6 +23944,48 @@ window.BENCHMARK_DATA = {
"range": 3316428.33874999
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e573ab0dcb5afb2979e7396114d7e4dfb6ffa961",
"message": "VarBinViewArray take preserves nullability (#1157)\n\nfixes #1155",
"timestamp": "2024-10-28T23:08:15Z",
"tree_id": "4544cca5a06d80eac3d3b6acaecdb9539acac568",
"url": "https://github.com/spiraldb/vortex/commit/e573ab0dcb5afb2979e7396114d7e4dfb6ffa961"
},
"date": 1730157187792,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "random-access/vortex-tokio-local-disk",
"value": 1048476.4421480872,
"unit": "ns",
"range": 8826.804355363536
},
{
"name": "random-access/vortex-local-fs",
"value": 1191278.2604314173,
"unit": "ns",
"range": 7442.022558873403
},
{
"name": "random-access/parquet-tokio-local-disk",
"value": 241197692.0333333,
"unit": "ns",
"range": 2973156.4049999863
}
]
}
],
"TPC-H": [
Expand Down

0 comments on commit 36e1211

Please sign in to comment.