Skip to content

Commit

Permalink
fixing timing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drewkerrigan committed May 31, 2012
1 parent a856050 commit a6c4870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basho_bash_bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ do

if [ "$DEBUG" == TRUE ]; then break; fi

timeleft=(($endtime - $nowtime))
timeleft=$((endtime - nowtime))

echo -ne "Time Left: $timeleft seconds\r"

Expand Down

0 comments on commit a6c4870

Please sign in to comment.