summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2011-05-14 09:54:28 -0500
committerDavid Sommerseth <davids@redhat.com>2011-10-07 18:10:05 +0200
commit2a5a4fd2967d10bf40660b49d1a0fa69be819067 (patch)
treec45223d0830f48ce821533972443bb3d029d3fed
parent3331cc5cba86ee17e6bf6751cedad502bc077cf6 (diff)
downloadrteval-2a5a4fd2967d10bf40660b49d1a0fa69be819067.tar.gz
rteval-2a5a4fd2967d10bf40660b49d1a0fa69be819067.tar.xz
rteval-2a5a4fd2967d10bf40660b49d1a0fa69be819067.zip
version bump to 1.33
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec5
-rw-r--r--rteval/rteval.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/rteval.spec b/rteval.spec
index 6b1c4d0..949f840 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.32
+Version: 1.33
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Sat May 14 2011 Clark Williams <williams@redhat.com> - 1.33-1
+- modify hackbench cutoff to be 0.75GB/core
+
* Mon Aug 23 2010 Clark Williams <williams@redhat.com> - 1.32-1
- update docs
- refactor some RTEval methods to utility functions
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 28fa872..073b2aa 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.32"
+ self.version = "1.33"
self.load_modules = []
self.workdir = os.getcwd()
self.reportdir = os.getcwd()