Skip to content

Commit

Permalink
add sbf (cargo) benchmark result for d873886
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 14, 2024
1 parent d08b29c commit 11134d3
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 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": 1720944511693,
"lastUpdate": 1720944613126,
"repoUrl": "https://github.com/yihau/solana",
"entries": {
"solana-sdk": [
Expand Down Expand Up @@ -4778,6 +4778,60 @@ 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": "d873886c7e12b1512c6fc3cf49ae630878eb62b8",
"message": "remove",
"timestamp": "2024-07-14T15:50:43+08:00",
"tree_id": "f1d148325d5339760727398ef72eefe2c7ce09a2",
"url": "https://github.com/yihau/solana/commit/d873886c7e12b1512c6fc3cf49ae630878eb62b8"
},
"date": 1720944612743,
"tool": "cargo",
"benches": [
{
"name": "bench_create_vm",
"value": 6713,
"range": "± 65",
"unit": "ns/iter"
},
{
"name": "bench_instruction_count_tuner",
"value": 0,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "bench_program_alu",
"value": 3673,
"range": "± 17",
"unit": "ns/iter"
},
{
"name": "bench_program_create_executable",
"value": 874,
"range": "± 21",
"unit": "ns/iter"
},
{
"name": "bench_program_execute_noop",
"value": 46001,
"range": "± 427",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 11134d3

Please sign in to comment.