[Compbench-devel] CompBenchmarks++/Benchmark Benchmark-BZIP2.cpp, 1.3, 1.4 Benchmark-GZIP.cpp, 1.4,
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-10-04 15:49:37
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28663 Modified Files: Benchmark-BZIP2.cpp Benchmark-GZIP.cpp Log Message: Testsuites enabled. Index: Benchmark-GZIP.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-GZIP.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Benchmark-GZIP.cpp 3 Oct 2006 15:48:36 -0000 1.4 --- Benchmark-GZIP.cpp 4 Oct 2006 15:49:34 -0000 1.5 *************** *** 53,57 **** int CBMBenchmarkGZIP::hasTest(void) { ! return(0); } --- 53,57 ---- int CBMBenchmarkGZIP::hasTest(void) { ! return(1); } Index: Benchmark-BZIP2.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-BZIP2.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Benchmark-BZIP2.cpp 3 Oct 2006 15:48:36 -0000 1.3 --- Benchmark-BZIP2.cpp 4 Oct 2006 15:49:34 -0000 1.4 *************** *** 97,101 **** int CBMBenchmarkBZIP2::hasTest(void) { ! return(0); } --- 97,101 ---- int CBMBenchmarkBZIP2::hasTest(void) { ! return(1); } |