summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-14 16:44:48 -0500
committerClark Williams <williams@redhat.com>2010-07-14 16:44:48 -0500
commit387769a1fe2fe890a7bd3cad678dc50676f69e34 (patch)
tree9d1a988da2afee544b8260babafa54ef20f5f7db
parentada2d63eefcafb9aaf525ed3e2a3e908cd310ea4 (diff)
downloadrteval-387769a1fe2fe890a7bd3cad678dc50676f69e34.tar.gz
rteval-387769a1fe2fe890a7bd3cad678dc50676f69e34.tar.xz
rteval-387769a1fe2fe890a7bd3cad678dc50676f69e34.zip
version update to v1.27
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec8
-rw-r--r--rteval/rteval.py2
2 files changed, 8 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec
index 23c6633..0ee2061 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: rteval
-Version: 1.26
+Version: 1.27
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -71,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Wed Jul 14 2010 Clark Williams <williams@redhat.com> - 1.27-1
+- modified hackbench to go back to using threads rather than
+ processes for units of work
+- added memory size, number of numa nodes and run duration to the
+ parameter dictionary passed to all loads and cyclictest
+
* Tue Jul 13 2010 Clark Williams <williams@redhat.com> - 1.26-1
- modified hackbench parameters to reduce memory consumption
diff --git a/rteval/rteval.py b/rteval/rteval.py
index d06ad7d..2a5b9da 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -70,7 +70,7 @@ def sigint_handler(signum, frame):
class RtEval(object):
def __init__(self, cmdargs):
- self.version = "1.26"
+ self.version = "1.27"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None