1 line
580 B
Plaintext
1 line
580 B
Plaintext
How to run the Gabriel benchmarks in this directory
|
|
|
|
Load the appropriate set (LCOM or DFASL) of GABRIEL-* files;
|
|
be sure to load GABRIEL-TIMERS first as it defines the benchmark definer.
|
|
|
|
All the benchmarks live in package GABRIEL; the important function is
|
|
|
|
(RUN-BENCHMARKS &optional (BENCHMARKS *ALL-TIMERS*)
|
|
(DRIBBLE-FILE '{DSK}GABRIEL.BENCHAMRKS)
|
|
(NUMBER-OF-ITERATIONS *MINIMUM-TESTS*))
|
|
|
|
*ALL-TIMERS* is a list of all the benchmarks defined;
|
|
*MOST-TIMERS* is a list of most of the benchmarks (with the FR tests removed)
|
|
*MINIMUM-TESTS* is originally set to two
|