summaryrefslogtreecommitdiffstats
path: root/rteval-cmd
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2012-12-19 15:56:36 +0100
committerDavid Sommerseth <davids@redhat.com>2012-12-19 15:56:36 +0100
commit3db08cc6dcfb3ef44d3a64024de0db408f9dcf0e (patch)
tree2c7effeafb8f6f38d29e179f982c8e152b17d52c /rteval-cmd
parentf9e8cce6b39c0fb966562613da4292c7e952d7a7 (diff)
downloadrteval-3db08cc6dcfb3ef44d3a64024de0db408f9dcf0e.tar.gz
rteval-3db08cc6dcfb3ef44d3a64024de0db408f9dcf0e.tar.xz
rteval-3db08cc6dcfb3ef44d3a64024de0db408f9dcf0e.zip
Put all default values for modules into the modules itself
Removed all the module defaults from rteval-cmd and updated the modules' default values to the same values. Now module defaults are only managed inside the module. Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'rteval-cmd')
-rwxr-xr-xrteval-cmd13
1 files changed, 0 insertions, 13 deletions
diff --git a/rteval-cmd b/rteval-cmd
index b0053e2..9708e10 100755
--- a/rteval-cmd
+++ b/rteval-cmd
@@ -202,19 +202,6 @@ if __name__ == '__main__':
'kcompile' : 'module',
'hackbench' : 'module',
},
- 'kcompile' : {
- 'source' : 'linux-2.6.21.tar.bz2',
- 'jobspercore': '2',
- },
- 'hackbench' : {
- 'source' : 'hackbench.tar.bz2',
- 'jobspercore': '5',
- },
- 'cyclictest' : {
- 'interval' : '100',
- 'buckets' : '2000',
- 'distance' : '25',
- },
'measurement' : {
'cyclictest' : 'module',
}