Skip to content

Commit

Permalink
add solana-poh (cargo) benchmark result for 89f8aa0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 9, 2024
1 parent 77bb1d2 commit b5626d3
Showing 1 changed file with 63 additions and 1 deletion.
64 changes: 63 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": 1720550811263,
"lastUpdate": 1720550907164,
"repoUrl": "https://github.com/yihau/solana",
"entries": {
"solana-sdk": [
Expand Down Expand Up @@ -1355,6 +1355,68 @@ window.BENCHMARK_DATA = {
}
]
}
],
"solana-poh": [
{
"commit": {
"author": {
"email": "[email protected]",
"name": "yihau",
"username": "yihau"
},
"committer": {
"email": "[email protected]",
"name": "yihau",
"username": "yihau"
},
"distinct": true,
"id": "89f8aa0617019e1e8fd1dcd4c0d6c14089bce4fe",
"message": "ci: add deps",
"timestamp": "2024-07-10T02:35:42+08:00",
"tree_id": "1e152fe8383dc59eefc3071b0c3bb017b3df8394",
"url": "https://github.com/yihau/solana/commit/89f8aa0617019e1e8fd1dcd4c0d6c14089bce4fe"
},
"date": 1720550906004,
"tool": "cargo",
"benches": [
{
"name": "bench_arc_mutex_poh_batched_hash",
"value": 1964477,
"range": "± 6537",
"unit": "ns/iter"
},
{
"name": "bench_arc_mutex_poh_hash",
"value": 2149195,
"range": "± 3274",
"unit": "ns/iter"
},
{
"name": "bench_poh_hash",
"value": 1977319,
"range": "± 12288",
"unit": "ns/iter"
},
{
"name": "bench_poh_lock_time_per_batch",
"value": 4210,
"range": "± 22",
"unit": "ns/iter"
},
{
"name": "bench_poh_verify_ticks",
"value": 6090677,
"range": "± 121337",
"unit": "ns/iter"
},
{
"name": "bench_poh_verify_transaction_entries",
"value": 6136842,
"range": "± 161081",
"unit": "ns/iter"
}
]
}
]
}
}

0 comments on commit b5626d3

Please sign in to comment.