From 8d521723c4f9a9e195ac21dee1e1abd1428a47e0 Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Fri, 10 Dec 2010 08:57:56 +0000 Subject: [PATCH] Reduce the number of iterations from 10 to 5 millions. Force the execution via ACLIC when running from the MakeTutorials.C script. git-svn-id: http://root.cern.ch/svn/root/trunk@37480 27541ba8-7e3a-0410-8455-c3a389f83636 --- tutorials/math/testrandom.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/math/testrandom.C b/tutorials/math/testrandom.C index a0b52051163..545679e7b6e 100644 --- a/tutorials/math/testrandom.C +++ b/tutorials/math/testrandom.C @@ -1,4 +1,4 @@ -//______________________________________________________________________________ +//+______________________________________________________________________________ // Performance test of all the ROOT random generator (TRandom, TRandom1, TRandom2 and TRandom3) // Tests the generator TRandom3 against some ref values // and creates a timing table against TRandom, TRandom1 and TRandom2. @@ -45,7 +45,7 @@ void testAll() { - int i, N = 10000000; + int i, N = 5000000; float cpn = 1000000000./N; double x,y; TRandom *rsave = gRandom; -- GitLab