(print-result, print-user-result): Handle exact fractions.
[bpt/guile.git] / benchmark-suite / ChangeLog
CommitLineData
42ad901d
DH
12003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * lib.scm: Fix some typos in the documentation.
4
a0760d61
RB
52002-09-14 Rob Browning <rlb@defaultvalue.org>
6
7 * .cvsignore: new file.
8
ab331c2b
MV
92002-07-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
10
11 * Makefile.am (SCM_BENCHMARKS): List the real benchmarks, not foo
12 and bar.
13 (SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
c3b6ed76 14 (dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works.
ab331c2b 15
8f28ea31
DH
162002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
17
18 * lib.scm (print-result, print-user-result): Changed the
19 reporter's outputs to use symbols rather than strings to document
20 the individual values. Thanks to Neil Jerram for the suggestion.
21
bde9d30b
DH
222002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
23
24 * benchmarks/0-reference.bm: Added as a reference benchmark to be
25 used to calibrate iteration counts.
26
27 * lib.scm: Added documentation. Added some initialization
28 messages.
29
30 (benchmark-time-base, benchmark-total-time, benchmark-user-time,
31 benchmark-system-time, benchmark-frame-time, benchmark-core-time,
32 benchmark-user-time\interpreter, benchmark-core-time\interpreter):
33 Exported.
34
35 (benchmark-time-base, time-base): Renamed time-base to
36 benchmark-time-base and introduced new time-base as a short-cut.
37
38 (total-time, benchmark-total-time, user-time, benchmark-user-time,
39 system-time, benchmark-system-time, frame-time,
40 benchmark-frame-time, benchmark-time, benchmark-core-time,
41 user-time\interpreter, benchmark-user-time\interpreter,
42 benchmark-time\interpreter, benchmark-core-time\interpreter,
43 print-result, print-user-result): Renamed <foo>-time to
44 benchmark-<foo>-time. Exceptions: benchmark-time and
45 benchmark-time\interpreter were renamed to benchmark-core-time and
46 benchmark-core-time\interpreter, respectively.
47
02378956
DH
482002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
49
50 * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied
51 from the test-suite directory, renamed and adapted for use with
52 benchmarks.
53
54 * benchmarks/logand.bm, benchmarks/continuations.bm,
55 benchmarks/if.bm: Added as initial fairly stupid examples for
56 benchmarks.
57
582002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
59
60 * Log begins.