[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[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"