summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-26 16:31:34 -0500
committerClark Williams <williams@redhat.com>2010-07-26 16:31:34 -0500
commitd0cd9bffef386ebfee9cae6bdc2218446ea7fa5f (patch)
tree3708806d2394db80374b9a162cb81f679dcee044
parent1497695ee1d86503be95e0bf02f3b8c3d3d780b0 (diff)
downloadrteval-d0cd9bffef386ebfee9cae6bdc2218446ea7fa5f.tar.gz
rteval-d0cd9bffef386ebfee9cae6bdc2218446ea7fa5f.tar.xz
rteval-d0cd9bffef386ebfee9cae6bdc2218446ea7fa5f.zip
version bump to v1.31
-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 0908994..a2f07fd 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.30
+Version: 1.31
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
+* Mon Jul 26 2010 Clark Williams <williams@redhat.com> - 1.31-1
+- from David Sommerseth <davids@redhat.com>:
+ - Updated hackbench implementation to avoid overusing resources
+ - Don't show NUMA node information if it's missing in the summary.xml
+ - Show CPU cores properly
+
* Wed Jul 21 2010 Clark Williams <williams@redhat.com> - 1.30-1
- added code to hackbench to try to detect and ease memory pressure
diff --git a/rteval/rteval.py b/rteval/rteval.py
index f04b4db..289d0cd 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.30"
+ self.version = "1.31"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None