summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()