Skip to content

Commit

Permalink
add Random Access (customSmallerIsBetter) benchmark result for 2788c6c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 13, 2024
1 parent c6a897b commit 8669b19
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": 1734104163438,
"lastUpdate": 1734104308143,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -63844,6 +63844,48 @@ window.BENCHMARK_DATA = {
"range": 4455788.916666672
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Andrew Duffy",
"username": "a10y"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "2788c6c24152316f4a073f44e721128d4a1fd668",
"message": "chore: simplify StatsSet (#1672)\n\nChanged Option<Scalar> -> Scalar. If there's a reason why it was Option,\r\nI couldn't find it.\r\n\r\nThere are a lot of methods, regrouped them into blocks based on\r\nfunction. Also added some docstrings.\r\n\r\nAdd a non-consuming `iter` for iterating over the StatsSet values, so\r\nthat you can use it without `.clone()` first.",
"timestamp": "2024-12-13T10:12:19-05:00",
"tree_id": "22604fbef438c4afa2027ac9e3be6ebfda4cbf0f",
"url": "https://github.com/spiraldb/vortex/commit/2788c6c24152316f4a073f44e721128d4a1fd668"
},
"date": 1734104306982,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "random-access/vortex-tokio-local-disk",
"value": 3569079.2620000006,
"unit": "ns",
"range": 12628.267916665645
},
{
"name": "random-access/vortex-local-fs",
"value": 3763909.430714286,
"unit": "ns",
"range": 19456.918232141994
},
{
"name": "random-access/parquet-tokio-local-disk",
"value": 232382961.4666667,
"unit": "ns",
"range": 4124377.599999994
}
]
}
],
"TPC-H": [
Expand Down

0 comments on commit 8669b19

Please sign in to comment.