projects
/
perf-null.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update README
[perf-null.git]
/
run.sh
1
#!/bin/sh
2
3
CHRT=${CHRT:-chrt -r 5}
4
TASKSET=${TASKSET:-taskset -c 0}
5
6
# rebuild everything
7
make clean
8
make
9
# preseed filesystem cache
10
make log REPS=2
11
# now do the real run
12
$CHRT $TASKSET make log
13
make report