Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for e8323ac
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 13, 2024
1 parent 76f07e9 commit 7db3ef5
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": 1734109839638,
"lastUpdate": 1734109922093,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -42842,6 +42842,90 @@ window.BENCHMARK_DATA = {
"range": 12083.74857954681
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e8323accdbd96282d55bd1980f91eba241f5c645",
"message": "fix: RunEnd array correctly encodes all null arrays (#1675)",
"timestamp": "2024-12-13T16:52:29Z",
"tree_id": "cc2bfacbe7da2e618b9becf748866b9840150810",
"url": "https://github.com/spiraldb/vortex/commit/e8323accdbd96282d55bd1980f91eba241f5c645"
},
"date": 1734109886488,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 802583.0215143188,
"unit": "ns",
"range": 1817.3372647434007
},
{
"name": "arrow/exec",
"value": 1748110.0294311289,
"unit": "ns",
"range": 2917.435590206296
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 501274.3758604003,
"unit": "ns",
"range": 1839.045571889059
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2581241.6130000013,
"unit": "ns",
"range": 10509.730450000381
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 499715.93230011925,
"unit": "ns",
"range": 1065.7487053649093
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 1469584.779219857,
"unit": "ns",
"range": 7174.3843987713335
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 823899.6981001754,
"unit": "ns",
"range": 1917.214889283874
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 2973647.6476470586,
"unit": "ns",
"range": 10777.900404412067
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 816453.1726593465,
"unit": "ns",
"range": 1490.6637410524418
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 4901547.720909092,
"unit": "ns",
"range": 9901.273499999661
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit 7db3ef5

Please sign in to comment.