solana/bench-tps/src/lib.rs

6 lines
104 B
Rust
Raw Normal View History

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