projects
/
platform
/
upstream
/
glib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add fundamental type and pspec for GVariant
[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"