mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
9 lines
236 B
Rust
9 lines
236 B
Rust
|
|
#[path = "support/protocol_bench_common.rs"]
|
||
|
|
mod common;
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
let iterations = common::iterations_from_args(1_000);
|
||
|
|
common::run_hook_data_receive(iterations);
|
||
|
|
println!("hook_data_receive iterations={iterations}");
|
||
|
|
}
|