Skip to content

Commit 9107a00

Browse files
committed
echo correct command
1 parent 3e32faa commit 9107a00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java/run-benchmark.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ single_run() {
1818
--requests ${UNIQUE_REQUESTS_NUM} \
1919
--output requests-$1-$2.json
2020

21-
echo "ghz ${GHZ_FLAGS}
22-
-n ${TOTAL_REQUESTS_NUM}
23-
--data-file requests-$1-$2.json
21+
echo "ghz ${GHZ_FLAGS} \\
22+
-n ${TOTAL_REQUESTS_NUM} \\
23+
--data-file requests-$1-$2.json \\
2424
--rps $4 \\
25-
-c $3
25+
-c $3 \\
2626
$TARGET"
2727

2828
ghz ${GHZ_FLAGS}\

0 commit comments

Comments
 (0)