Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abukosek committed Aug 14, 2020
1 parent 615dbcc commit 2fd24b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/conbench-plot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ run_bench() {
echo "${num_accounts} ${st}" >> "${ST_DATA_FILE}"
}

ACCT="10, 100, 200, 350, 425, 500, 650, 800, 900, 1000"
ACCT="10, 100, 200, 350, 425, 500, 650, 800, 900"

ACCTN=$(echo "${ACCT}" | tr -d ',')
MAX_ACCTS=$(echo "${ACCTN}" | tr ' ' '\n' | sort -nr | head -1)
Expand Down

0 comments on commit 2fd24b3

Please sign in to comment.