Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add DataFusion (customSmallerIsBetter) benchmark result for dda8b5a
Browse files Browse the repository at this point in the history
github-action-benchmark committed Dec 12, 2024
1 parent 49f70c8 commit 783d526
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": 1734025798433,
"lastUpdate": 1734025926320,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
@@ -42086,6 +42086,90 @@ window.BENCHMARK_DATA = {
"range": 37642.24046590831
}
]
},
{
"commit": {
"author": {
"email": "github@robertk.io",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "dda8b5a9a3a80baf76943fd5aadf4b2d9564df57",
"message": "Fix: RunEnd compare produces canonical array (#1668)",
"timestamp": "2024-12-12T17:32:29Z",
"tree_id": "f037b4ba11592b1dea4bde6b4eb0aaa82373180a",
"url": "https://github.com/spiraldb/vortex/commit/dda8b5a9a3a80baf76943fd5aadf4b2d9564df57"
},
"date": 1734025891253,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 806663.987815156,
"unit": "ns",
"range": 3505.1177861806937
},
{
"name": "arrow/exec",
"value": 1748162.76312283,
"unit": "ns",
"range": 5929.938733638963
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 500704.263935239,
"unit": "ns",
"range": 1152.7818946947518
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2627151.3320000004,
"unit": "ns",
"range": 11409.888324999949
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 500822.02674728417,
"unit": "ns",
"range": 1182.197186546371
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 1480391.612169701,
"unit": "ns",
"range": 7182.322531727841
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 835630.6670867503,
"unit": "ns",
"range": 1993.7150340757216
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 3011113.946470588,
"unit": "ns",
"range": 11566.762176470365
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 816634.3291163957,
"unit": "ns",
"range": 1587.318838834064
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 4892574.500909092,
"unit": "ns",
"range": 8579.782624999993
}
]
}
],
"Random Access": [

0 comments on commit 783d526

Please sign in to comment.