#!/bin/sh echo "testing linpack" linpack 1000 echo "testing coremark" coremark echo "testing whetstone" whetstone 100000 echo "testing dhystone" dhrystone 100000 echo "testing nbench" nbench echo "testing pi" bench-pi-mips.sh echo "testing c-ray" cat scene | c-ray-f > foo.ppm bench-mips.sh