Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 0d018de
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 10, 2024
1 parent 19489f6 commit 8dcfc0e
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": 1733850726500,
"lastUpdate": 1733850982549,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -40490,6 +40490,90 @@ window.BENCHMARK_DATA = {
"range": 20888.35283750156
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "0d018deaf860db1b8f0a9af0f7e716696f61bc50",
"message": "Propagate size from datafusion to VortexReadBuilder (#1636)",
"timestamp": "2024-12-10T16:40:50Z",
"tree_id": "b5226f5a771c31a13a2edc75542e505548227f3e",
"url": "https://github.com/spiraldb/vortex/commit/0d018deaf860db1b8f0a9af0f7e716696f61bc50"
},
"date": 1733850981532,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 804656.8893737831,
"unit": "ns",
"range": 1606.0549516357132
},
{
"name": "arrow/exec",
"value": 1756558.8329236123,
"unit": "ns",
"range": 4786.434653867502
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 505129.84866215766,
"unit": "ns",
"range": 2451.5090126136492
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2586845.03263158,
"unit": "ns",
"range": 9573.494736842345
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 500679.1076490169,
"unit": "ns",
"range": 1085.0147145531955
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 1484014.8211939428,
"unit": "ns",
"range": 5673.208939798642
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 829864.2016855436,
"unit": "ns",
"range": 984.6176552258548
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 3053763.4452941176,
"unit": "ns",
"range": 21860.506044117268
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 820615.4304915641,
"unit": "ns",
"range": 2293.902481441619
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 6217384.261111113,
"unit": "ns",
"range": 143770.41462499974
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit 8dcfc0e

Please sign in to comment.