now come the big changes...
[platform/upstream/glib.git] / tests / gobject / run-performance.sh
1 #!/bin/sh
2 DIR=`dirname $0`;
3 (cd $DIR; make performance)
4 ID=`git rev-list --max-count=1 HEAD`
5 echo "Testing revision ${ID}"
6 $DIR/performance | tee "perf-${ID}.log"