forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add solana-runtime (cargo) benchmark result for cc2aaa1
- Loading branch information
github-action-benchmark
committed
Jul 9, 2024
1 parent
3389341
commit e87eb2d
Showing
1 changed file
with
51 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": 1720549654257, | ||
"lastUpdate": 1720549877239, | ||
"repoUrl": "https://github.com/yihau/solana", | ||
"entries": { | ||
"solana-sdk": [ | ||
|
@@ -225,6 +225,56 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
} | ||
], | ||
"solana-runtime": [ | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "yihau", | ||
"username": "yihau" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "yihau", | ||
"username": "yihau" | ||
}, | ||
"distinct": true, | ||
"id": "cc2aaa18aa610be9e7944bfbfb37f6f1db19c062", | ||
"message": "ci: add more benchmark", | ||
"timestamp": "2024-07-10T02:24:31+08:00", | ||
"tree_id": "06ea4d86ddb5cb912aa5d480a054f0ecc934ae10", | ||
"url": "https://github.com/yihau/solana/commit/cc2aaa18aa610be9e7944bfbfb37f6f1db19c062" | ||
}, | ||
"date": 1720549876497, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "bench_accounts_create", | ||
"value": 2539470, | ||
"range": "± 652623", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "bench_accounts_squash", | ||
"value": 751761, | ||
"range": "± 103801", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "bench_status_cache_root_slot_deltas", | ||
"value": 6995, | ||
"range": "± 50", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "bench_status_cache_serialize", | ||
"value": 443976, | ||
"range": "± 4028", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |