Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 528b760
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 13, 2024
1 parent 7c3fd6f commit b2df2af
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": 1734107501179,
"lastUpdate": 1734107778095,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -42758,6 +42758,90 @@ window.BENCHMARK_DATA = {
"range": 10324.487916666083
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "528b760cbc9b1b79a8653fbf9ae1db3c1a71135f",
"message": "fix: RunEnd encoding doesn't skip first value when encoding nullable arrays (#1674)",
"timestamp": "2024-12-13T16:08:01Z",
"tree_id": "b69be7ba86701bedaf21079aeaabe3917e03927d",
"url": "https://github.com/spiraldb/vortex/commit/528b760cbc9b1b79a8653fbf9ae1db3c1a71135f"
},
"date": 1734107777031,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 808423.1457302785,
"unit": "ns",
"range": 1341.7163834505482
},
{
"name": "arrow/exec",
"value": 1747818.2323754474,
"unit": "ns",
"range": 5394.334926037118
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 499581.22115304327,
"unit": "ns",
"range": 1023.2013717443624
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2576722.9435,
"unit": "ns",
"range": 10797.113350000698
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 498473.93789535103,
"unit": "ns",
"range": 1407.024709422025
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 1478465.4888609617,
"unit": "ns",
"range": 4676.88249953324
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 825261.6429457508,
"unit": "ns",
"range": 2775.269077212084
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 2971383.739411765,
"unit": "ns",
"range": 14078.504022057867
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 819652.9314985924,
"unit": "ns",
"range": 1535.3097131400718
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 4893113.6463636365,
"unit": "ns",
"range": 12083.74857954681
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit b2df2af

Please sign in to comment.