Skip to content

Commit

Permalink
add solana-poh (cargo) benchmark result for 1be1334
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 14, 2024
1 parent 4784695 commit ba9a5c2
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 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": 1720942519360,
"lastUpdate": 1720942684284,
"repoUrl": "https://github.com/yihau/solana",
"entries": {
"solana-sdk": [
Expand Down Expand Up @@ -2856,6 +2856,66 @@ 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": "1be133441be46b25efbf12ecdd07006baa99bb1b",
"message": "fix programs/sbf tests",
"timestamp": "2024-07-14T14:44:24+08:00",
"tree_id": "724bd1b40c889ae5c55ca01d0e002183fc04d60c",
"url": "https://github.com/yihau/solana/commit/1be133441be46b25efbf12ecdd07006baa99bb1b"
},
"date": 1720942683936,
"tool": "cargo",
"benches": [
{
"name": "bench_arc_mutex_poh_batched_hash",
"value": 1730025,
"range": "± 9613",
"unit": "ns/iter"
},
{
"name": "bench_arc_mutex_poh_hash",
"value": 1900973,
"range": "± 10289",
"unit": "ns/iter"
},
{
"name": "bench_poh_hash",
"value": 1746870,
"range": "± 13057",
"unit": "ns/iter"
},
{
"name": "bench_poh_lock_time_per_batch",
"value": 3722,
"range": "± 28",
"unit": "ns/iter"
},
{
"name": "bench_poh_verify_ticks",
"value": 462835,
"range": "± 26645",
"unit": "ns/iter"
},
{
"name": "bench_poh_verify_transaction_entries",
"value": 472057,
"range": "± 56809",
"unit": "ns/iter"
}
]
}
],
"solana-gossip": [
Expand Down

0 comments on commit ba9a5c2

Please sign in to comment.