Skip to content

Commit da4579d

Browse files
authored
Merge pull request #447 from aso20455/main
Add missing -t|--tps argument handling in run-timeboost-demo
2 parents b55dd02 + 5459424 commit da4579d

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)