-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Vortex bytes_at (customSmallerIsBetter) benchmark result for 7507c99
- Loading branch information
github-action-benchmark
committed
Nov 27, 2024
1 parent
4a5e6cd
commit 1d1d11f
Showing
1 changed file
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1732718045238, | ||
"lastUpdate": 1732718224843, | ||
"repoUrl": "https://github.com/spiraldb/vortex", | ||
"entries": { | ||
"DataFusion": [ | ||
|
@@ -719100,6 +719100,42 @@ window.BENCHMARK_DATA = { | |
"range": 2.877201239355145 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Nicholas Gates", | ||
"username": "gatesn" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "7507c99647ce262826b0f0ec0da5ca3cc1540cde", | ||
"message": "Flatten unary compute mod (#1489)\n\nWe probably ought to group functions at some point, e.g. by logical,\r\narithmetic, select, etc. But grouping by arity is weird...", | ||
"timestamp": "2024-11-27T09:22:38-05:00", | ||
"tree_id": "568a4358d3be26769a34667124d4b58f795cd754", | ||
"url": "https://github.com/spiraldb/vortex/commit/7507c99647ce262826b0f0ec0da5ca3cc1540cde" | ||
}, | ||
"date": 1732718223944, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "bytes_at/array_data", | ||
"value": 1004.7617479584536, | ||
"unit": "ns", | ||
"range": 1.1294176902889035 | ||
}, | ||
{ | ||
"name": "bytes_at/array_view", | ||
"value": 816.4609293504741, | ||
"unit": "ns", | ||
"range": 1.024989391291797 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|