#!/bin/sh
#
# $Id: bench_test,v 1.2 2003/07/28 02:36:49 rauch Exp $
#
# Runs standardized performance benchmark.
#
. ./procs.sh
testing "benchmark performance on this computer"

tryexec $BIN/hnbody -b

result "Benchmark"
cleanup
