X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fbenchmark.test;h=670763f31345b13be7b795a29460de5115372f2e;hb=refs%2Fheads%2Fmaster;hp=05f7f00700d5a6ca2f201420130185070e10a2d1;hpb=a51f9bc3e458756855df5ab51a7e7ec015a9aebd;p=debian%2Fatlc diff --git a/tests/benchmark.test b/tests/benchmark.test index 05f7f00..670763f 100755 --- a/tests/benchmark.test +++ b/tests/benchmark.test @@ -7,11 +7,11 @@ if [ "x$mpirun_found" = "xyes" ] ; then return 77 else cp $top_srcdir/examples/25ohm-401h.bmp $top_builddir/tmp - ret=`$top_builddir/tests/benchmark $top_builddir/src/non_gui/atlc $top_builddir/tmp/25ohm-401h.bmp ` + ret=`$top_builddir/tests/benchmark $top_builddir/src/atlc $top_builddir/tmp/25ohm-401h.bmp ` rm -f $top_builddir/tmp/25ohm-401h.bmp # cp $top_srcdir/examples/twin-wire3.bmp $top_builddir/tmp -# ret=`$top_builddir/tests/benchmark $top_builddir/src/non_gui/atlc $top_builddir/tmp/twin-wire3.bmp ` +# ret=`$top_builddir/tests/benchmark $top_builddir/src/atlc $top_builddir/tmp/twin-wire3.bmp ` # rm -f $top_builddir/tmp/twin-wire3.bmp exitcode=`echo $ret | awk '{print $1}'` @@ -72,10 +72,6 @@ else echo "CPU_type is $cpu_type. FPU_type is $fpu_type. Speed of CPU(s) is $mhz MHz." >> tests.log echo "CPU_type is $cpu_type. FPU_type is $fpu_type. Speed of CPU(s) is $mhz MHz.
" >> tests.html - echo "RAM is $ram MB (On Linux+BSD systems, the memory is a little larger than this.)" - echo "RAM is $ram MB. (On Linux+BSD systems, the memory is a little larger than this)" >> tests.log - echo "RAM is $ram MB. (On Linux+BSD systems, the memory is a little larger than this)
" >> tests.html - echo "L1 data cache is $L1data kB; L1 instruction cache is $L1instruction kB; L2 cache is $L2 kB" echo "L1 data cache is $L1data kB; L1 instruction cache is $L1instruction kB; L2 cache is $L2 kB" >> tests.log echo "L1 data cache is $L1data kB; L1 instruction cache is $L1instruction kB; L2 cache is $L2 kB
" >> tests.html