From 2a5a4fd2967d10bf40660b49d1a0fa69be819067 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Sat, 14 May 2011 09:54:28 -0500 Subject: version bump to 1.33 Signed-off-by: Clark Williams --- rteval.spec | 5 ++++- rteval/rteval.py | 2 +- 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 - 1.33-1 +- modify hackbench cutoff to be 0.75GB/core + * Mon Aug 23 2010 Clark Williams - 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() -- cgit