Skip to content

Commit

Permalink
add Vortex bytes_at (customSmallerIsBetter) benchmark result for fbb09ab
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 2, 2024
1 parent a02a711 commit e155d3e
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 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": 1727910788711,
"lastUpdate": 1727911569082,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -218346,6 +218346,42 @@ window.BENCHMARK_DATA = {
"range": 1.0878962994894437
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Will Manning",
"username": "lwwmanning"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "fbb09ab40c11a5352f0aa2997497159335f647d9",
"message": "fix: make PrimitiveArray cast properly handle validity/nullability (#968)\n\nfixes #260",
"timestamp": "2024-10-02T19:23:28-04:00",
"tree_id": "05cc73d902b90cf16544afdbe31e1c51871aea03",
"url": "https://github.com/spiraldb/vortex/commit/fbb09ab40c11a5352f0aa2997497159335f647d9"
},
"date": 1727911565733,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "bytes_at/array_data",
"value": 592.2855330186808,
"unit": "ns",
"range": 2.375488665516343
},
{
"name": "bytes_at/array_view",
"value": 871.54250795644,
"unit": "ns",
"range": 2.1103122963997976
}
]
}
]
}
Expand Down

0 comments on commit e155d3e

Please sign in to comment.