Skip to content

Commit

Permalink
add solana-runtime (cargo) benchmark result for 279ec0a
Browse files Browse the repository at this point in the history
  • 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.
50 changes: 49 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": 1720812798685,
"lastUpdate": 1720812986490,
"repoUrl": "https://github.com/yihau/solana",
"entries": {
"solana-sdk": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit e21a7eb

Please sign in to comment.