Skip to content

Commit 2a8ce42

Browse files
authored
Add missing -t|--tps argument handling in run-timeboost-demo
1 parent 115833f commit 2a8ce42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/run-timeboost-demo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ while [[ $# -gt 0 ]]; do
3737
rounds="$2"
3838
shift 2
3939
;;
40+
-t|--tps)
41+
tps="$2"
42+
shift 2
43+
;;
4044
--nitro)
4145
nitro_enabled=true
4246
shift

0 commit comments

Comments
 (0)