Add fundamental type and pspec for GVariant
[platform/upstream/glib.git] / tests / gobject / run-performance.sh
index d2f92ca..f2d53df 100755 (executable)
@@ -3,5 +3,4 @@ DIR=`dirname $0`;
 (cd $DIR; make performance)
 ID=`git rev-list --max-count=1 HEAD`
 echo "Testing revision ${ID}"
-$DIR/performance | tee "perf-${ID}-normal.log"
-$DIR/performance -t | tee "perf-${ID}-threaded.log"
+$DIR/performance | tee "perf-${ID}.log"