[Compbench-devel] CompBenchmarks++/SupportedBenchmarks Benchmark-BZIP2.cpp, 1.7, 1.8 Benchmark-BZIP
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-26 01:41:11
|
Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14660 Modified Files: Benchmark-BZIP2.cpp Benchmark-BZIP2.h Benchmark-GZIP.cpp Benchmark-GZIP.h Log Message: benchmarkSize() is now totalSize(); Index: Benchmark-GZIP.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-GZIP.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Benchmark-GZIP.h 21 Jan 2007 21:27:37 -0000 1.6 --- Benchmark-GZIP.h 26 Jan 2007 01:40:56 -0000 1.7 *************** *** 44,48 **** virtual std::string author(void); ! virtual int benchmarkSize(void); virtual ~PackageGZIP(); --- 44,48 ---- virtual std::string author(void); ! virtual int totalSize(void); virtual ~PackageGZIP(); Index: Benchmark-GZIP.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-GZIP.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Benchmark-GZIP.cpp 21 Jan 2007 21:27:37 -0000 1.7 --- Benchmark-GZIP.cpp 26 Jan 2007 01:40:56 -0000 1.8 *************** *** 96,100 **** } ! int PackageGZIP::benchmarkSize(void) { return(76546048); --- 96,100 ---- } ! int PackageGZIP::totalSize(void) { return(76546048); Index: Benchmark-BZIP2.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-BZIP2.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Benchmark-BZIP2.h 21 Jan 2007 21:27:37 -0000 1.7 --- Benchmark-BZIP2.h 26 Jan 2007 01:40:56 -0000 1.8 *************** *** 51,55 **** virtual std::string author(void); ! virtual int benchmarkSize(void); virtual ~PackageBZIP2(); --- 51,55 ---- virtual std::string author(void); ! virtual int totalSize(void); virtual ~PackageBZIP2(); Index: Benchmark-BZIP2.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-BZIP2.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Benchmark-BZIP2.cpp 21 Jan 2007 21:27:37 -0000 1.7 --- Benchmark-BZIP2.cpp 26 Jan 2007 01:40:55 -0000 1.8 *************** *** 138,142 **** } ! int PackageBZIP2::benchmarkSize(void) { return(76546048); --- 138,142 ---- } ! int PackageBZIP2::totalSize(void) { return(76546048); |