Rename client-demo to bench-tps

This commit is contained in:
Greg Fitzgerald
2018-07-19 15:59:31 -04:00
parent 009d5adcba
commit 637f890b91
6 changed files with 10 additions and 10 deletions

View File

@@ -162,7 +162,7 @@ fn main() {
let mut num_nodes = 1usize;
let mut time_sec = 90;
let matches = App::new("solana-client-demo")
let matches = App::new("solana-bench-tps")
.arg(
Arg::with_name("leader")
.short("l")