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 279ec0a
- Loading branch information
github-action-benchmark
committed
Jul 12, 2024
1 parent
8ae7b7f
commit e21a7eb
Showing
1 changed file
with
49 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": 1720812798685, | ||
"lastUpdate": 1720812986490, | ||
"repoUrl": "https://github.com/yihau/solana", | ||
"entries": { | ||
"solana-sdk": [ | ||
|
@@ -1894,6 +1894,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "yihau", | ||
"username": "yihau" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "yihau", | ||
"username": "yihau" | ||
}, | ||
"distinct": true, | ||
"id": "279ec0a1aa8b211b4080a61b7678235e9f5ed7a8", | ||
"message": "fix 3", | ||
"timestamp": "2024-07-13T03:06:14+08:00", | ||
"tree_id": "7fbafc9df03e222490c674e3bf2965ff059f31bf", | ||
"url": "https://github.com/yihau/solana/commit/279ec0a1aa8b211b4080a61b7678235e9f5ed7a8" | ||
}, | ||
"date": 1720812986138, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "bench_accounts_create", | ||
"value": 3102937, | ||
"range": "± 1268659", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "bench_accounts_squash", | ||
"value": 694418, | ||
"range": "± 86082", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "bench_status_cache_root_slot_deltas", | ||
"value": 6159, | ||
"range": "± 40", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "bench_status_cache_serialize", | ||
"value": 393354, | ||
"range": "± 1955", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
], | ||
"solana-poh": [ | ||
|