1
0
mirror of synced 2026-04-19 17:42:55 +00:00
Files
Interlisp.medley/cl-bench/gabriel/README
Larry Masinter 02ed8d4bf4 add cl-benchmarks
benchmarks probably belong under internal/benchmarks
2020-09-16 23:17:10 -07:00

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