Skip to content

Commit

Permalink
add Random Access (customSmallerIsBetter) benchmark result for 157b6a2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 21, 2024
1 parent e6c2d51 commit 6122024
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 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": 1729541533172,
"lastUpdate": 1729541860011,
"repoUrl": "https://github.com/spiraldb/vortex",
"entries": {
"DataFusion": [
Expand Down Expand Up @@ -19786,6 +19786,48 @@ window.BENCHMARK_DATA = {
"range": 5092401.402499989
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Dan King",
"username": "danking"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "157b6a27d0357f50a9b897d529c221c363208b92",
"message": "chore: remove `__lt__`, etc. from docs (#1106)\n\nThis slipped into #1090. I wanted to document these, but CPython\r\nlimitations prevent adding doc strings to them.",
"timestamp": "2024-10-21T20:08:38Z",
"tree_id": "54fa47f499a21b08d5a8295f5b2d6a92bb654746",
"url": "https://github.com/spiraldb/vortex/commit/157b6a27d0357f50a9b897d529c221c363208b92"
},
"date": 1729541859532,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "random-access/vortex-tokio-local-disk",
"value": 981638.7630144961,
"unit": "ns",
"range": 6939.743678665778
},
{
"name": "random-access/vortex-local-fs",
"value": 1134922.1125849106,
"unit": "ns",
"range": 8751.65793125541
},
{
"name": "random-access/parquet-tokio-local-disk",
"value": 223003762.86666664,
"unit": "ns",
"range": 3475095.609583363
}
]
}
],
"TPC-H": [
Expand Down

0 comments on commit 6122024

Please sign in to comment.