From a1f16e627ad1bbd209d1e9d938dee6875c10d096 Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Wed, 12 Dec 2007 11:49:41 +0000
Subject: [PATCH] Normalize rootmarks

git-svn-id: http://root.cern.ch/svn/root/trunk@21334 27541ba8-7e3a-0410-8455-c3a389f83636
---
 test/stressMathCore.cxx | 5 ++---
 test/stressMathMore.cxx | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/test/stressMathCore.cxx b/test/stressMathCore.cxx
index 50557741a2d..3128d7c5104 100644
--- a/test/stressMathCore.cxx
+++ b/test/stressMathCore.cxx
@@ -1551,9 +1551,8 @@ int stressMathCore(double nscale = 1) {
    bm.Stop("stressMathCore");
    std::cout <<"******************************************************************************\n";
    bm.Print("stressMathCore");
-   //const double reftime = 1.00; // ref time on  macbook pro (intel core duo 2.2 GHz)
-   const double reftime = 1.17; // ref time on  imac  (intel dual core 32 bits  2. GHz)
-   double rootmarks = 800 * reftime / bm.GetCpuTime("stressMathCore");
+   const double reftime = 1.70; // ref time on  pcbrun4
+   double rootmarks = 860 * reftime / bm.GetCpuTime("stressMathCore");
    std::cout << " ROOTMARKS = " << rootmarks << " ROOT version: " << gROOT->GetVersion() << "\t" 
              << gROOT->GetSvnBranch() << "@" << gROOT->GetSvnRevision() << std::endl;
    std::cout <<"*******************************************************************************\n";
diff --git a/test/stressMathMore.cxx b/test/stressMathMore.cxx
index 543dcf9c2d2..28cff23c5a1 100644
--- a/test/stressMathMore.cxx
+++ b/test/stressMathMore.cxx
@@ -550,9 +550,8 @@ int stressMathMore(double nscale = 1) {
    bm.Stop("stressMathMore");
    std::cout <<"******************************************************************************\n";
    bm.Print("stressMathMore");
-   //const double reftime = 1.00; // ref time on  macbook pro (intel core duo 2.2 GHz)
-   const double reftime = 0.07; // ref time on  imac  (intel dual core 32 bits  2. GHz)
-   double rootmarks = 800 * reftime / bm.GetCpuTime("stressMathMore");
+   const double reftime = 0.12; // ref time on  pcbrun4
+   double rootmarks = 860 * reftime / bm.GetCpuTime("stressMathMore");
    std::cout << " ROOTMARKS = " << rootmarks << " ROOT version: " << gROOT->GetVersion() << "\t" 
              << gROOT->GetSvnBranch() << "@" << gROOT->GetSvnRevision() << std::endl;
    std::cout <<"*******************************************************************************\n";
-- 
GitLab