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