Files
mercury/tests/benchmarks/BenchEntry
Fergus Henderson 4870d6445f Add some code for running timing tests on the
Estimated hours taken: 1

Add some code for running timing tests on the
programs in the tests/benchmarks directory.

tests/benchmarks/Mmakefile:
	Add new target `times'.

tests/benchmarks/BenchEntry:
tests/benchmarks/BenchEntry.hlc:
	New files, for use by the `times' target in the Mmakefile.
	These two files contain the names of the non-I/O entry points
	for the various benchmarks, for LLDS and MLDS grades respectively.

tests/benchmarks/BenchRepeatCounts:
	New file.  The contents of this file specify how many times
	to repeat each benchmark.

tests/benchmarks/repeat_time:
	New file, for use by the `times' target in the Mmakefile.
	This is a tiny (t)csh script for running a command repeatedly
	and timing how long it takes.
2001-02-28 02:57:06 +00:00

12 lines
354 B
Plaintext

cqueens mercury__cqueens__main1_1_0
crypt mercury__crypt__main1_1_0
deriv mercury__deriv__main4_4_0
deriv2 mercury__deriv2__main4_4_0
nrev mercury__nrev__main1_1_0
poly mercury__poly__main1_1_0
primes mercury__primes__main1_1_0
qsort mercury__qsort__main1_1_0
queens mercury__queens__main1_1_0
query mercury__query__main1_1_0
tak mercury__tak__main1_1_0