Skip to content

Commit

Permalink
add DataFusion (customSmallerIsBetter) benchmark result for 4f77df4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 9, 2024
1 parent 60d74f3 commit cf0beb9
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": 1733760569985,
"lastUpdate": 1733760729776,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -39734,6 +39734,90 @@ window.BENCHMARK_DATA = {
"range": 11273.72857954586
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Robert Kruszewski",
"username": "robert3005"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4f77df424dbaba73fb5989cd4636927121372110",
"message": "Fix: search_sorted_many handles failed downcasts and use search_sorted_usize_many in Patches::take (#1621)",
"timestamp": "2024-12-09T15:52:01Z",
"tree_id": "26a321f57911295f10833ff46db383dcc2b18ec7",
"url": "https://github.com/spiraldb/vortex/commit/4f77df424dbaba73fb5989cd4636927121372110"
},
"date": 1733760699777,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "arrow/planning",
"value": 806372.1628757763,
"unit": "ns",
"range": 1530.4606586573063
},
{
"name": "arrow/exec",
"value": 1747844.5238502068,
"unit": "ns",
"range": 5711.428169620223
},
{
"name": "vortex-pushdown-compressed/planning",
"value": 498147.95056278637,
"unit": "ns",
"range": 1095.7586147753755
},
{
"name": "vortex-pushdown-compressed/exec",
"value": 2639094.4889473687,
"unit": "ns",
"range": 12126.901197368978
},
{
"name": "vortex-pushdown-uncompressed/planning",
"value": 500264.9557532341,
"unit": "ns",
"range": 1656.1453443657665
},
{
"name": "vortex-pushdown-uncompressed/exec",
"value": 1477805.6109004002,
"unit": "ns",
"range": 7239.860664371634
},
{
"name": "vortex-nopushdown-compressed/planning",
"value": 840498.293915786,
"unit": "ns",
"range": 1507.559795105597
},
{
"name": "vortex-nopushdown-compressed/exec",
"value": 2911563.314444444,
"unit": "ns",
"range": 9607.26447222312
},
{
"name": "vortex-nopushdown-uncompressed/planning",
"value": 818562.5423041396,
"unit": "ns",
"range": 1264.4841518328176
},
{
"name": "vortex-nopushdown-uncompressed/exec",
"value": 5014442.955999999,
"unit": "ns",
"range": 13514.648774998263
}
]
}
],
"Random Access": [
Expand Down

0 comments on commit cf0beb9

Please sign in to comment.