Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 40a58fa
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 5, 2024
1 parent ff98967 commit 31d186b
Showing 1 changed file with 85 additions and 1 deletion.
86 changes: 85 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": 1728154291373,
"lastUpdate": 1728154462752,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -6806,6 +6806,90 @@ window.BENCHMARK_DATA = {
"range": 761.4920358305098
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Will Manning",
"username": "lwwmanning"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "40a58fa8fde1e4fe6d2eef9a2ce9cab798aa45c8",
"message": "Faster RunEndBool decompression, plus metadata cleanup (#981)\n\nDecompression is now 15-35% faster\r\n\r\nspecifically, ~15% faster for constant (sel = 0 or sel = 1)\r\n![Screenshot 2024-10-04 at 17 52\r\n45](https://github.com/user-attachments/assets/6843318f-5a69-4aa5-ab5d-8ab4df424ed1)\r\n\r\nand ~35% faster if each bool is produced uniformly at random (i.e., sel\r\n= 0.5, max number of runs in expectation)\r\n![Screenshot 2024-10-04 at 17 52\r\n38](https://github.com/user-attachments/assets/f453c4be-07b4-4b67-aa1d-363e24165c15)",
"timestamp": "2024-10-05T19:41:29+01:00",
"tree_id": "76bc1b4def4ef180d62db4f3366bd063dcbb7371",
"url": "https://github.com/spiraldb/vortex/commit/40a58fa8fde1e4fe6d2eef9a2ce9cab798aa45c8"
},
"date": 1728154458450,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 831028.5088721326,
"unit": "ns",
"range": 2498.8734566845233
},
{
"name": "arrow/exec",
"value": 1784838.7607898118,
"unit": "ns",
"range": 893.5311485209968
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 518011.4260535179,
"unit": "ns",
"range": 2044.358793748921
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 3082115.440588236,
"unit": "ns",
"range": 3279.42774264724
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 513391.8706268091,
"unit": "ns",
"range": 1069.70117821038
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 3325187.191875,
"unit": "ns",
"range": 1200.3582265626173
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 835690.679585983,
"unit": "ns",
"range": 791.9539235125412
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 13213150.3225,
"unit": "ns",
"range": 49945.20790624991
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 827402.8549142535,
"unit": "ns",
"range": 554.2948589160806
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 1789865.01120661,
"unit": "ns",
"range": 1406.079909965163
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit 31d186b

Please sign in to comment.