summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2011-09-14 11:16:19 -0500
committerClark Williams <williams@redhat.com>2011-09-14 11:16:19 -0500
commit6e497ecdc9fe14feab8d33f2194c3a200f146ad3 (patch)
tree529a3af5dd4eaf692044b9ba250091de70ff90af /Makefile
parenta1522a278d947076f6c00cf59042b53b3ef5f9d0 (diff)
parent74668ed840c3f1ae20955108e585976e0baed458 (diff)
downloadrteval-6e497ecdc9fe14feab8d33f2194c3a200f146ad3.tar.gz
rteval-6e497ecdc9fe14feab8d33f2194c3a200f146ad3.tar.xz
rteval-6e497ecdc9fe14feab8d33f2194c3a200f146ad3.zip
Merge branch 'master' into work
Conflicts: rteval/hackbench.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 47cf3e7..ca8b27d 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,9 @@ runit:
[ -d ./run ] || mkdir run
python rteval/rteval.py -D -L -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f ./rteval/rteval.conf -i ./rteval
+load:
+ [ -d ./run ] || mkdir run
+ python rteval/rteval.py --onlyload -D -L -v --workdir=./run --loaddir=./loadsource -f ./rteval/rteval.conf -i ./rteval
sysreport:
python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -i ./rteval --sysreport