[Compbench-devel] CompBenchmarks++/Benchmark Benchmark.cpp, 1.12, 1.13
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-10-11 16:34:15
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6372 Modified Files: Benchmark.cpp Log Message: If testsuite has been executed on a similar context, the Bench() now works properly. Index: Benchmark.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Benchmark.cpp 10 Oct 2006 16:49:41 -0000 1.12 --- Benchmark.cpp 11 Oct 2006 16:34:11 -0000 1.13 *************** *** 480,484 **** ! if (((getStatus()!=Tested) && (hasTest())) && (UO_enableTestSuite)) { info=benchmarkName(); --- 480,484 ---- ! if (((getStatus()<Tested) && (hasTest())) && (UO_enableTestSuite)) { info=benchmarkName(); |