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 sbf (cargo) benchmark result for d873886
- 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.
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": 1720944511693, | ||
"lastUpdate": 1720944613126, | ||
"repoUrl": "https://github.com/yihau/solana", | ||
"entries": { | ||
"solana-sdk": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|