Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 9a521d3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 12, 2024
1 parent 3aa90d6 commit 64d4f39
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": 1734019380580,
"lastUpdate": 1734021809770,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -42002,6 +42002,90 @@ window.BENCHMARK_DATA = {
"range": 8012.131215909496
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "9a521d3fcd932fa6883e06a41c78e730b9ef940a",
"message": "Fix: RunEnd fill_null correctly reconstructs itself (#1666)",
"timestamp": "2024-12-12T16:28:24Z",
"tree_id": "4c2ede43985af20b00a18f18e24c3d68ff9883cd",
"url": "https://github.com/spiraldb/vortex/commit/9a521d3fcd932fa6883e06a41c78e730b9ef940a"
},
"date": 1734021773944,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 802831.550136834,
"unit": "ns",
"range": 2907.298424287408
},
{
"name": "arrow/exec",
"value": 1770158.5859632702,
"unit": "ns",
"range": 8822.55932170956
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 499331.75985795876,
"unit": "ns",
"range": 3339.516274038964
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2602451.971578947,
"unit": "ns",
"range": 12628.013736841967
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 500685.87556449545,
"unit": "ns",
"range": 2015.6161701327655
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 1465955.1607596716,
"unit": "ns",
"range": 7264.333298783866
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 829711.7518741048,
"unit": "ns",
"range": 1732.5596056808718
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 2910878.0227777786,
"unit": "ns",
"range": 13432.316812499193
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 813743.649244995,
"unit": "ns",
"range": 1500.7395708396216
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 4869441.792727274,
"unit": "ns",
"range": 37642.24046590831
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit 64d4f39

Please sign in to comment.