Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 02b1ef3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 10, 2024
1 parent 3e3f6ac commit 52baf8a
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": 1733858057277,
"lastUpdate": 1733858096180,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -40742,6 +40742,90 @@ window.BENCHMARK_DATA = {
"range": 9641.772840909194
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Adam Gutglick",
"username": "AdamGS"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "02b1ef3b8c168e3e5a468d398f8830b13cea5e17",
"message": "Cache initial reads in `VortexFormat` (#1633)",
"timestamp": "2024-12-10T17:57:29Z",
"tree_id": "97d5c5c6637626186b5e91c9ce91c87b8b2e54e9",
"url": "https://github.com/spiraldb/vortex/commit/02b1ef3b8c168e3e5a468d398f8830b13cea5e17"
},
"date": 1733858063702,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 807753.6171700757,
"unit": "ns",
"range": 2321.681090849801
},
{
"name": "arrow/exec",
"value": 1770914.918667855,
"unit": "ns",
"range": 4765.07105967612
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 505598.4858757505,
"unit": "ns",
"range": 1570.4703615261242
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2644325.3742105262,
"unit": "ns",
"range": 8153.1445328949485
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 506294.2996798813,
"unit": "ns",
"range": 1368.387454857584
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 1474796.2470069928,
"unit": "ns",
"range": 5250.916420149384
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 838428.9005510217,
"unit": "ns",
"range": 1628.7008072872413
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 2965240.2970588244,
"unit": "ns",
"range": 9522.031963235233
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 820794.5440648448,
"unit": "ns",
"range": 1418.3034875129815
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 4923867.33909091,
"unit": "ns",
"range": 10263.245534091257
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit 52baf8a

Please sign in to comment.