Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for fbb09ab
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 2, 2024
1 parent fbd3b55 commit a97c7f0
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": 1727911964470,
"lastUpdate": 1727912130976,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -5714,6 +5714,90 @@ window.BENCHMARK_DATA = {
"range": 3467.450944070937
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Will Manning",
"username": "lwwmanning"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "fbb09ab40c11a5352f0aa2997497159335f647d9",
"message": "fix: make PrimitiveArray cast properly handle validity/nullability (#968)\n\nfixes #260",
"timestamp": "2024-10-02T19:23:28-04:00",
"tree_id": "05cc73d902b90cf16544afdbe31e1c51871aea03",
"url": "https://github.com/spiraldb/vortex/commit/fbb09ab40c11a5352f0aa2997497159335f647d9"
},
"date": 1727912127558,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 814652.8096170381,
"unit": "ns",
"range": 2200.2595645216643
},
{
"name": "arrow/exec",
"value": 1750767.5199194967,
"unit": "ns",
"range": 4290.09362531337
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 512206.6790269831,
"unit": "ns",
"range": 465.9877942391613
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 3035527.2464705883,
"unit": "ns",
"range": 1308.333705882309
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 513906.22790574597,
"unit": "ns",
"range": 1587.3796842330485
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 2925526.3038888876,
"unit": "ns",
"range": 2453.898812499363
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 830692.5254055983,
"unit": "ns",
"range": 1272.152960884443
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 12874301.463999998,
"unit": "ns",
"range": 289807.82305000164
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 822911.7562907704,
"unit": "ns",
"range": 512.0042732288712
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 1769461.5102902984,
"unit": "ns",
"range": 2555.195129450294
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit a97c7f0

Please sign in to comment.