mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Reorganize protocol examples
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#[path = "support/bench_common.rs"]
|
||||
mod common;
|
||||
|
||||
fn main() {
|
||||
let iterations = common::iterations_from_args(1_000);
|
||||
let checksum = common::run_local_call_receive(iterations);
|
||||
println!("local_call_receive iterations={iterations} checksum={checksum}");
|
||||
}
|
||||
Reference in New Issue
Block a user