diff options
| author | Clark Williams <williams@redhat.com> | 2009-12-22 11:55:13 -0600 |
|---|---|---|
| committer | Clark Williams <williams@redhat.com> | 2009-12-22 11:55:13 -0600 |
| commit | 51e64fdcb522deb317d40ecc71406b3bb1be340b (patch) | |
| tree | 65f4f6d1c43f24146b5cf587288b9391501208b5 | |
| parent | 0f0ab6fbfe94d40ad5e646ab8e0c887643486fa7 (diff) | |
add config defaults for cyclictest
Add initializer for cyclictest defaults to RtEval class
Signed-off-by: Clark Williams <williams@redhat.com>
| -rw-r--r-- | rteval/rteval.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rteval/rteval.py b/rteval/rteval.py index 263cb2d..8c90867 100644 --- a/rteval/rteval.py +++ b/rteval/rteval.py @@ -89,6 +89,10 @@ class RtEval(object): 'source' : 'hackbench.tar.bz2', 'jobspercore': '5', }, + 'cyclictest' : { + 'interval' : '100', + 'buckets' : '2000', + } } # setup initial configuration |
