From 81e9cf156462c0a7e8c13d46e91e3e63c170cc8a Mon Sep 17 00:00:00 2001
From: Rene Brun <Rene.Brun@cern.ch>
Date: Fri, 21 Dec 2007 15:39:33 +0000
Subject: [PATCH] Normalize stressShapes rootmarks

git-svn-id: http://root.cern.ch/svn/root/trunk@21561 27541ba8-7e3a-0410-8455-c3a389f83636
---
 test/stressShapes.cxx | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/test/stressShapes.cxx b/test/stressShapes.cxx
index cbb48fe39b1..3cce899898c 100644
--- a/test/stressShapes.cxx
+++ b/test/stressShapes.cxx
@@ -312,12 +312,8 @@ TGeoMedium *med16 = new TGeoMedium("RHONEYCM",16,16,0,0,0,20,0.1000000E+11,0.212
    gBenchmark->Stop("stressShapes");
    gBenchmark->Print("stressShapes");
    Float_t ct = gBenchmark->GetCpuTime("stressShapes");
-#ifdef __CINT__
-   Float_t cp_brun = 310.47;
-#else
-   Float_t cp_brun = 6.64;
-#endif
-   Float_t rootmarks = 600*cp_brun/ct;
+   Float_t cp_brun   = 5.55;
+   Float_t rootmarks = 860*cp_brun/ct;
    printf("*******************************************************************\n");
    printf("*  ROOTMARKS =%6.1f   *  Root%-8s  %d/%d CP = %7.2fs\n",rootmarks,gROOT->GetVersion(),gROOT->GetVersionDate(),gROOT->GetVersionTime(),ct);
    printf("*******************************************************************\n");
-- 
GitLab