-
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 DataFusion (customSmallerIsBetter) benchmark result for af62523
- Loading branch information
github-action-benchmark
committed
Oct 2, 2024
1 parent
ffbc93d
commit 733197b
Showing
1 changed file
with
85 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": 1727909689558, | ||
"lastUpdate": 1727909788416, | ||
"repoUrl": "https://github.com/spiraldb/vortex", | ||
"entries": { | ||
"DataFusion": [ | ||
|
@@ -5630,6 +5630,90 @@ window.BENCHMARK_DATA = { | |
"range": 1570.829725839314 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Dan King", | ||
"username": "danking" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "af62523d62ce4ae7955ddad144a22363a9438d01", | ||
"message": "feat: cost of for is ~0 (#967)\n\nWe fairly often perform FoR and then do not perform bitpacking because\r\nwe have exceeded the depth. FoR is very cheap and only worthwhile in\r\ncombination with bitpacking anyway, so setting its cost to zero should\r\nimprove compression ratio with a minor decrease in compresssion speed.\r\n\r\nI've been poking around trying to make the compressor reliably faster\r\nand along the way I noticed that this noticeably improves compression\r\nratio with a minor impact on compression speed.", | ||
"timestamp": "2024-10-02T23:45:16+01:00", | ||
"tree_id": "84a4f3b13f49671fb6bf6d58b86b782765352b8a", | ||
"url": "https://github.com/spiraldb/vortex/commit/af62523d62ce4ae7955ddad144a22363a9438d01" | ||
}, | ||
"date": 1727909785024, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "arrow/planning", | ||
"value": 820855.4152873248, | ||
"unit": "ns", | ||
"range": 1967.8276625354192 | ||
}, | ||
{ | ||
"name": "arrow/exec", | ||
"value": 1749494.870579012, | ||
"unit": "ns", | ||
"range": 823.9619352056179 | ||
}, | ||
{ | ||
"name": "vortex-pushdown-compressed/planning", | ||
"value": 517915.2809226628, | ||
"unit": "ns", | ||
"range": 2230.6049024570093 | ||
}, | ||
{ | ||
"name": "vortex-pushdown-compressed/exec", | ||
"value": 3068894.5970588224, | ||
"unit": "ns", | ||
"range": 2743.930161765311 | ||
}, | ||
{ | ||
"name": "vortex-pushdown-uncompressed/planning", | ||
"value": 514101.03222050314, | ||
"unit": "ns", | ||
"range": 1773.000984317012 | ||
}, | ||
{ | ||
"name": "vortex-pushdown-uncompressed/exec", | ||
"value": 3380245.3926666663, | ||
"unit": "ns", | ||
"range": 9400.717166666873 | ||
}, | ||
{ | ||
"name": "vortex-nopushdown-compressed/planning", | ||
"value": 833766.8471341805, | ||
"unit": "ns", | ||
"range": 2261.5701066948823 | ||
}, | ||
{ | ||
"name": "vortex-nopushdown-compressed/exec", | ||
"value": 8719774.313333334, | ||
"unit": "ns", | ||
"range": 25286.19129166659 | ||
}, | ||
{ | ||
"name": "vortex-nopushdown-uncompressed/planning", | ||
"value": 826081.9679235014, | ||
"unit": "ns", | ||
"range": 1760.8437169595272 | ||
}, | ||
{ | ||
"name": "vortex-nopushdown-uncompressed/exec", | ||
"value": 1774119.1464265098, | ||
"unit": "ns", | ||
"range": 3467.450944070937 | ||
} | ||
] | ||
} | ||
], | ||
"Random Access": [ | ||
|