Add gobject performance tests for threaded code
[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}-normal.log"
7 $DIR/performance -t | tee "perf-${ID}-threaded.log"