solana/bench-tps/src/lib.rs

4 lines
66 B
Rust

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