blob: f2d53dfef5f4171784a8702c6a41912d452065b7 [file] [log] [blame]
#!/bin/sh
DIR=`dirname $0`;
(cd $DIR; make performance)
ID=`git rev-list --max-count=1 HEAD`
echo "Testing revision ${ID}"
$DIR/performance | tee "perf-${ID}.log"