Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 6f4ffad
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 11, 2024
1 parent 4592a8d commit 22318c9
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": 1733928360175,
"lastUpdate": 1733928649093,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -41162,6 +41162,90 @@ window.BENCHMARK_DATA = {
"range": 59408.363287499174
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Adam Gutglick",
"username": "AdamGS"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "6f4ffade99976ab62e4fd1417bf154d74a9b523f",
"message": "feat: Concurrent schema discovery for DataFusion (#1568)",
"timestamp": "2024-12-11T14:32:02Z",
"tree_id": "d0745f8277d846d17360a50f13828c630394d5c9",
"url": "https://github.com/spiraldb/vortex/commit/6f4ffade99976ab62e4fd1417bf154d74a9b523f"
},
"date": 1733928648037,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 805158.9142144871,
"unit": "ns",
"range": 1273.715535658761
},
{
"name": "arrow/exec",
"value": 1775579.1933418817,
"unit": "ns",
"range": 5352.082283199648
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 503255.12178468367,
"unit": "ns",
"range": 1048.0582473358954
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2579758.184999999,
"unit": "ns",
"range": 11141.260362500092
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 504586.8541726148,
"unit": "ns",
"range": 818.4521680844191
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 1487504.356275495,
"unit": "ns",
"range": 9172.985113245202
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 837597.7323395907,
"unit": "ns",
"range": 2243.6576335108257
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 2915833.6627777773,
"unit": "ns",
"range": 8397.444812500384
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 823748.9411602792,
"unit": "ns",
"range": 1446.5027876629028
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 4861129.163636364,
"unit": "ns",
"range": 8076.683886363637
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit 22318c9

Please sign in to comment.