mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-18 23:35:25 +00:00
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.
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
cqueens cqueens__main1_1_p_0
|
|
crypt crypt__main1_1_p_0
|
|
deriv deriv__main4_4_p_0
|
|
deriv2 deriv2__main4_4_p_0
|
|
nrev nrev__main1_1_p_0
|
|
poly poly__main1_1_p_0
|
|
primes primes__main1_1_p_0
|
|
qsort qsort__main1_1_p_0
|
|
queens queens__main1_1_p_0
|
|
query query__main1_1_p_0
|
|
tak tak__main1_1_p_0
|