-
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 Random Access (customSmallerIsBetter) benchmark result for f12c846
- Loading branch information
github-action-benchmark
committed
Oct 5, 2024
1 parent
93fbe57
commit a04975c
Showing
1 changed file
with
43 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": 1728122626255, | ||
"lastUpdate": 1728122864922, | ||
"repoUrl": "https://github.com/spiraldb/vortex", | ||
"entries": { | ||
"DataFusion": [ | ||
|
@@ -10084,6 +10084,48 @@ window.BENCHMARK_DATA = { | |
"range": 3110646.0400000066 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "29139614+renovate[bot]@users.noreply.github.com", | ||
"name": "renovate[bot]", | ||
"username": "renovate[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "f12c846bfed3bb783ed881b02bc5a795acc4284b", | ||
"message": "chore(deps): update rust crate pin-project to v1.1.6 (#984)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [pin-project](https://redirect.github.com/taiki-e/pin-project) |\nworkspace.dependencies | patch | `1.1.5` -> `1.1.6` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>taiki-e/pin-project (pin-project)</summary>\n\n###\n[`v1.1.6`](https://redirect.github.com/taiki-e/pin-project/blob/HEAD/CHANGELOG.md#116---2024-10-05)\n\n[Compare\nSource](https://redirect.github.com/taiki-e/pin-project/compare/v1.1.5...v1.1.6)\n\n- Suppress `clippy::needless_lifetimes` lint in generated code.\n\n- Disable `derive` feature of `syn` dependency.\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).\nView the [repository job\nlog](https://developer.mend.io/github/spiraldb/vortex).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", | ||
"timestamp": "2024-10-05T10:00:54Z", | ||
"tree_id": "9f687f857d2b60fa70973b214562fe168fa24616", | ||
"url": "https://github.com/spiraldb/vortex/commit/f12c846bfed3bb783ed881b02bc5a795acc4284b" | ||
}, | ||
"date": 1728122860338, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "random-access/vortex-tokio-local-disk", | ||
"value": 1172299.5580780671, | ||
"unit": "ns", | ||
"range": 5597.654754288611 | ||
}, | ||
{ | ||
"name": "random-access/vortex-local-fs", | ||
"value": 1305875.4488916965, | ||
"unit": "ns", | ||
"range": 3876.3428511510137 | ||
}, | ||
{ | ||
"name": "random-access/parquet-tokio-local-disk", | ||
"value": 202979595.3333333, | ||
"unit": "ns", | ||
"range": 3084621.4100000113 | ||
} | ||
] | ||
} | ||
], | ||
"TPC-H": [ | ||
|