repo.or.cz
/
glib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gwin32: Remove old win32 codepage ABI compat code
[glib.git]
/
tests
/
gobject
/
run-performance.sh
blob
f2d53dfef5f4171784a8702c6a41912d452065b7
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"