6 lines
91 B
Rust
6 lines
91 B
Rust
use client::{program, Benchmark};
|
|
|
|
fn main() {
|
|
program(Benchmark::benchmark_md5sum);
|
|
}
|