Skip to content

Commit

Permalink
Fix command line argument
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed May 1, 2024
1 parent b9ba0f3 commit 30119b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/calibration/transactions/chbenchmark/run_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RECORD_DETAILED_STATS=1 python3 -m pytpcc.tpcc aurora \
--clients $t_clients \
--scalefactor 1 \
--lat-sample-prob 0.25 \
--txn-zipfian-alpha $txn_zipfian_alpha
--zipfian-alpha $txn_zipfian_alpha
popd

>&2 echo "Waiting 10 seconds before retrieving metrics..."
Expand Down

0 comments on commit 30119b8

Please sign in to comment.