aboutsummaryrefslogtreecommitdiffstats
path: root/rteval-cmd
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2020-06-15 18:06:45 -0400
committerJohn Kacur <jkacur@redhat.com>2020-06-15 18:06:45 -0400
commitd136b8b29b0ec90f07d89dfd834e02f8f8e525b6 (patch)
treefa237429dca87c75b6a527d950340a7eb46d0996 /rteval-cmd
parent4bd385fb5f23e3f507b3dbbc51677b57abb40e7a (diff)
downloadrteval-d136b8b29b0ec90f07d89dfd834e02f8f8e525b6.tar.gz
rteval: Add the stressng load module
Add the stressng load module to run stress-ng as a load to rteval Signed-off-by: John Kacur <jkacur@redhat.com>
Diffstat (limited to 'rteval-cmd')
-rwxr-xr-xrteval-cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/rteval-cmd b/rteval-cmd
index 7d0d005..bc69486 100755
--- a/rteval-cmd
+++ b/rteval-cmd
@@ -221,7 +221,8 @@ if __name__ == '__main__':
if not config.HasSection('loads'):
config.AppendConfig('loads', {
'kcompile' : 'module',
- 'hackbench' : 'module'})
+ 'hackbench' : 'module',
+ 'stressng' : 'module'})
if not config.HasSection('measurement'):
config.AppendConfig('measurement', {