Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 4aa30c0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 9, 2024
1 parent 1c2bf10 commit 88f0ce1
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": 1728490668635,
"lastUpdate": 1728491225105,
"repoUrl": "https:/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -7814,6 +7814,90 @@ window.BENCHMARK_DATA = {
"range": 1646.8310028758133
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Will Manning",
"username": "lwwmanning"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4aa30c0d7ff508b008334213e053b6c9485c00a0",
"message": "fix: RoaringInt `can_compress` was erroneously always `None` (#1004)\n\n(unless a user produced a RoaringIntArray manually, in which case it was\r\nSome... but a no-op)",
"timestamp": "2024-10-09T16:07:22Z",
"tree_id": "46e2d20fa43876894d8d64232400d0a2483c93b4",
"url": "https:/spiraldb/vortex/commit/4aa30c0d7ff508b008334213e053b6c9485c00a0"
},
"date": 1728491219118,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 809507.1867565261,
"unit": "ns",
"range": 560.9316029671463
},
{
"name": "arrow/exec",
"value": 1757155.9184268054,
"unit": "ns",
"range": 1126.661585436319
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 509240.8018060228,
"unit": "ns",
"range": 1771.2407392385649
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 3095722.1341176466,
"unit": "ns",
"range": 2756.49435294047
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 508724.9324741006,
"unit": "ns",
"range": 854.222655278485
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 3326360.761875,
"unit": "ns",
"range": 1124.1458749999292
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 824013.4747229771,
"unit": "ns",
"range": 1783.6881727998261
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 13756867.9225,
"unit": "ns",
"range": 157700.45024999976
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 816764.1969019846,
"unit": "ns",
"range": 1349.1069265297847
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 1778575.1058210104,
"unit": "ns",
"range": 4741.73084586754
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit 88f0ce1

Please sign in to comment.