(dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works.
[bpt/guile.git] / benchmark-suite / ChangeLog
CommitLineData
ab331c2b
MV
12002-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
8f28ea31
DH
72002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
8
9 * lib.scm (print-result, print-user-result): Changed the
10 reporter's outputs to use symbols rather than strings to document
11 the individual values. Thanks to Neil Jerram for the suggestion.
12
bde9d30b
DH
132002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
14
15 * benchmarks/0-reference.bm: Added as a reference benchmark to be
16 used to calibrate iteration counts.
17
18 * lib.scm: Added documentation. Added some initialization
19 messages.
20
21 (benchmark-time-base, benchmark-total-time, benchmark-user-time,
22 benchmark-system-time, benchmark-frame-time, benchmark-core-time,
23 benchmark-user-time\interpreter, benchmark-core-time\interpreter):
24 Exported.
25
26 (benchmark-time-base, time-base): Renamed time-base to
27 benchmark-time-base and introduced new time-base as a short-cut.
28
29 (total-time, benchmark-total-time, user-time, benchmark-user-time,
30 system-time, benchmark-system-time, frame-time,
31 benchmark-frame-time, benchmark-time, benchmark-core-time,
32 user-time\interpreter, benchmark-user-time\interpreter,
33 benchmark-time\interpreter, benchmark-core-time\interpreter,
34 print-result, print-user-result): Renamed <foo>-time to
35 benchmark-<foo>-time. Exceptions: benchmark-time and
36 benchmark-time\interpreter were renamed to benchmark-core-time and
37 benchmark-core-time\interpreter, respectively.
38
02378956
DH
392002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
40
41 * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied
42 from the test-suite directory, renamed and adapted for use with
43 benchmarks.
44
45 * benchmarks/logand.bm, benchmarks/continuations.bm,
46 benchmarks/if.bm: Added as initial fairly stupid examples for
47 benchmarks.
48
492002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
50
51 * Log begins.