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