We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9446e6 commit 95fa1f9Copy full SHA for 95fa1f9
perftest/run_std_bench.sh
@@ -13,7 +13,7 @@ usage () {
13
echo "-s summary file";
14
}
15
16
-options=":c:l:m:n:s:";
+options=":E:l:n:s:h";
17
while getopts $options option; do
18
case $option in
19
E ) DEPLOYMENT=$OPTARG;;
0 commit comments