-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add TPC-H (customSmallerIsBetter) benchmark result for 2788c6c
- Loading branch information
github-action-benchmark
committed
Dec 13, 2024
1 parent
b474026
commit b7c6b37
Showing
1 changed file
with
355 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1734104680494, | ||
"lastUpdate": 1734105130970, | ||
"repoUrl": "https://github.com/spiraldb/vortex", | ||
"entries": { | ||
"DataFusion": [ | ||
|
@@ -514514,6 +514514,360 @@ window.BENCHMARK_DATA = { | |
"unit": "ns" | ||
} | ||
] | ||
}, | ||
{ | ||
"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": 1734105129904, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "tpch_q01/arrow", | ||
"value": 536738733, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q01/parquet", | ||
"value": 760646988, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q01/vortex-file-compressed", | ||
"value": 449499298, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q02/arrow", | ||
"value": 141387090, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q02/parquet", | ||
"value": 174926275, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q02/vortex-file-compressed", | ||
"value": 142068372, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q03/arrow", | ||
"value": 171973168, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q03/parquet", | ||
"value": 375271042, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q03/vortex-file-compressed", | ||
"value": 205162148, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q04/arrow", | ||
"value": 182255651, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q04/parquet", | ||
"value": 220254232, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q04/vortex-file-compressed", | ||
"value": 157923466, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q05/arrow", | ||
"value": 315277003, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q05/parquet", | ||
"value": 504874971, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q05/vortex-file-compressed", | ||
"value": 349199028, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q06/arrow", | ||
"value": 26405594, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q06/parquet", | ||
"value": 151187205, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q06/vortex-file-compressed", | ||
"value": 55860665, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q07/arrow", | ||
"value": 628515681, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q07/parquet", | ||
"value": 775275090, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q07/vortex-file-compressed", | ||
"value": 621489882, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q08/arrow", | ||
"value": 258234651, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q08/parquet", | ||
"value": 541031703, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q08/vortex-file-compressed", | ||
"value": 319792352, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q09/arrow", | ||
"value": 471484194, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q09/parquet", | ||
"value": 773705728, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q09/vortex-file-compressed", | ||
"value": 556826619, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q10/arrow", | ||
"value": 264153859, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q10/parquet", | ||
"value": 510237069, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q10/vortex-file-compressed", | ||
"value": 271637174, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q11/arrow", | ||
"value": 138668301, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q11/parquet", | ||
"value": 147413319, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q11/vortex-file-compressed", | ||
"value": 129473856, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q12/arrow", | ||
"value": 182132980, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q12/parquet", | ||
"value": 327441119, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q12/vortex-file-compressed", | ||
"value": 219987197, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q13/arrow", | ||
"value": 169717538, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q13/parquet", | ||
"value": 314098052, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q13/vortex-file-compressed", | ||
"value": 177899671, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q14/arrow", | ||
"value": 37165117, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q14/parquet", | ||
"value": 231696203, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q14/vortex-file-compressed", | ||
"value": 64217756, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q15/arrow", | ||
"value": 69282893, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q15/parquet", | ||
"value": 320157816, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q15/vortex-file-compressed", | ||
"value": 100503796, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q16/arrow", | ||
"value": 102523037, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q16/parquet", | ||
"value": 117923947, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q16/vortex-file-compressed", | ||
"value": 108590761, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q17/arrow", | ||
"value": 615874720, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q17/parquet", | ||
"value": 669338049, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q17/vortex-file-compressed", | ||
"value": 561927393, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q18/arrow", | ||
"value": 1142496436, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q18/parquet", | ||
"value": 1357465954, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q18/vortex-file-compressed", | ||
"value": 1166343764, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q19/arrow", | ||
"value": 151238760, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q19/parquet", | ||
"value": 417494420, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q19/vortex-file-compressed", | ||
"value": 108077327, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q20/arrow", | ||
"value": 216086645, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q20/parquet", | ||
"value": 345946127, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q20/vortex-file-compressed", | ||
"value": 234019793, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q21/arrow", | ||
"value": 985415867, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q21/parquet", | ||
"value": 1095906276, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q21/vortex-file-compressed", | ||
"value": 928636551, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q22/arrow", | ||
"value": 78387281, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q22/parquet", | ||
"value": 108874935, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "tpch_q22/vortex-file-compressed", | ||
"value": 83042579, | ||
"unit": "ns" | ||
} | ||
] | ||
} | ||
], | ||
"Vortex Compression": [ | ||
|