*** empty log message ***
[bpt/guile.git] / benchmark-suite / ChangeLog
1 2002-07-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * Makefile.am (SCM_BENCHMARKS): List the real benchmarks, not foo
4 and bar.
5 (SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
6 (dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works.
7
8 2002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
9
10 * lib.scm (print-result, print-user-result): Changed the
11 reporter's outputs to use symbols rather than strings to document
12 the individual values. Thanks to Neil Jerram for the suggestion.
13
14 2002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
15
16 * benchmarks/0-reference.bm: Added as a reference benchmark to be
17 used to calibrate iteration counts.
18
19 * lib.scm: Added documentation. Added some initialization
20 messages.
21
22 (benchmark-time-base, benchmark-total-time, benchmark-user-time,
23 benchmark-system-time, benchmark-frame-time, benchmark-core-time,
24 benchmark-user-time\interpreter, benchmark-core-time\interpreter):
25 Exported.
26
27 (benchmark-time-base, time-base): Renamed time-base to
28 benchmark-time-base and introduced new time-base as a short-cut.
29
30 (total-time, benchmark-total-time, user-time, benchmark-user-time,
31 system-time, benchmark-system-time, frame-time,
32 benchmark-frame-time, benchmark-time, benchmark-core-time,
33 user-time\interpreter, benchmark-user-time\interpreter,
34 benchmark-time\interpreter, benchmark-core-time\interpreter,
35 print-result, print-user-result): Renamed <foo>-time to
36 benchmark-<foo>-time. Exceptions: benchmark-time and
37 benchmark-time\interpreter were renamed to benchmark-core-time and
38 benchmark-core-time\interpreter, respectively.
39
40 2002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
41
42 * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied
43 from the test-suite directory, renamed and adapted for use with
44 benchmarks.
45
46 * benchmarks/logand.bm, benchmarks/continuations.bm,
47 benchmarks/if.bm: Added as initial fairly stupid examples for
48 benchmarks.
49
50 2002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
51
52 * Log begins.