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