Files
solana/bench-tps/src/lib.rs
2021-02-17 13:55:08 -07:00

4 lines
66 B
Rust

#![allow(clippy::integer_arithmetic)]
pub mod bench;
pub mod cli;