sleep before takes

This commit is contained in:
gobwas 2016-02-24 20:16:32 +03:00
parent 543f3e714c
commit 2cd1592c0b
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ to=$1
current=`git rev-parse --abbrev-ref HEAD`
bench ${to} $2
sleep 5
bench ${current} $2
benchcmp $3 "/tmp/${to}-$2.bench" "/tmp/${current}-$2.bench"