Skip to content

Commit 95fa1f9

Browse files
committed
Fix option processing in script that runs benchmarks
1 parent d9446e6 commit 95fa1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perftest/run_std_bench.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage () {
1313
echo "-s summary file";
1414
}
1515

16-
options=":c:l:m:n:s:";
16+
options=":E:l:n:s:h";
1717
while getopts $options option; do
1818
case $option in
1919
E ) DEPLOYMENT=$OPTARG;;

0 commit comments

Comments
 (0)