[Compbench-devel] CompBenchmarks++/CBM-PI/t/reference plan.xml, NONE, 1.1 Makefile.am, 1.5, 1.6
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-25 20:58:32
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/reference In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27350 Modified Files: Makefile.am Added Files: plan.xml Log Message: plan.xml added. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/reference/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.am 25 Jan 2007 15:42:16 -0000 1.5 --- Makefile.am 25 Jan 2007 20:58:23 -0000 1.6 *************** *** 1 **** ! dist_noinst_DATA = CBMSystem-copy.data compiler-fake-g++-4.1.1-13 compiler-fake-gcc-4.1.1-13 compiler-fake-tcc-0.9.23 compbenchmarks-0.xml compbenchmarks-1.xml compbenchmarks-2.xml compbenchmarks-config-0.xml \ No newline at end of file --- 1 ---- ! dist_noinst_DATA = CBMSystem-copy.data compiler-fake-g++-4.1.1-13 compiler-fake-gcc-4.1.1-13 compiler-fake-tcc-0.9.23 compbenchmarks-0.xml compbenchmarks-1.xml compbenchmarks-2.xml compbenchmarks-config-0.xml plan.xml \ No newline at end of file --- NEW FILE: plan.xml --- <plan> <selection> <benchmarks> <benchmark id="gzip-1c"/> <benchmark id="gzip-9c"/> </benchmarks> <compilers> <compiler id="gcc"/> <compiler id="g++"/> </compilers> <options> <option value="-O2"/> <option value="-O3"/> <option value="-O0"/> </options> </selection> <run> <current-iteration index="12"/> </run> </plan> |