#!/bin/sh echo "testing linpack" linpack 1000 echo "testing coremark" coremark echo "testing whetstone" whetstone 10000 echo "testing dhystone" dhrystone 1000000 echo "testing nbench" nbench echo "testing pi" bench-pi-mips.sh