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