(scm_shell_usage): Note need for subscription to bug-guile@gnu.org.
[bpt/guile.git] / benchmark-suite / ChangeLog
CommitLineData
7f9da941
MV
12006-05-02 Marius Vollmer <mvo@zagadka.de>
2
3 * Makefile.am (SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
4 no longer needed and lead to unclean tarballs.
5
36ffdf0a
DH
62004-01-23 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
7
8 * lib.scm: Extracted '/i' to toplevel. Print the guile version
9 number before the benchmarks are run. Print the framework-time
10 per iteration as an inexact number.
11
476e56aa
MV
122004-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
13
14 * lib.scm (print-result, print-user-result): Handle exact
15 fractions.
16
42ad901d
DH
172003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
18
19 * lib.scm: Fix some typos in the documentation.
20
a0760d61
RB
212002-09-14 Rob Browning <rlb@defaultvalue.org>
22
23 * .cvsignore: new file.
24
ab331c2b
MV
252002-07-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
26
27 * Makefile.am (SCM_BENCHMARKS): List the real benchmarks, not foo
28 and bar.
29 (SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
c3b6ed76 30 (dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works.
ab331c2b 31
8f28ea31
DH
322002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
33
34 * lib.scm (print-result, print-user-result): Changed the
35 reporter's outputs to use symbols rather than strings to document
36 the individual values. Thanks to Neil Jerram for the suggestion.
37
bde9d30b
DH
382002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
39
40 * benchmarks/0-reference.bm: Added as a reference benchmark to be
41 used to calibrate iteration counts.
42
43 * lib.scm: Added documentation. Added some initialization
44 messages.
45
46 (benchmark-time-base, benchmark-total-time, benchmark-user-time,
47 benchmark-system-time, benchmark-frame-time, benchmark-core-time,
48 benchmark-user-time\interpreter, benchmark-core-time\interpreter):
49 Exported.
50
51 (benchmark-time-base, time-base): Renamed time-base to
52 benchmark-time-base and introduced new time-base as a short-cut.
53
54 (total-time, benchmark-total-time, user-time, benchmark-user-time,
55 system-time, benchmark-system-time, frame-time,
56 benchmark-frame-time, benchmark-time, benchmark-core-time,
57 user-time\interpreter, benchmark-user-time\interpreter,
58 benchmark-time\interpreter, benchmark-core-time\interpreter,
59 print-result, print-user-result): Renamed <foo>-time to
60 benchmark-<foo>-time. Exceptions: benchmark-time and
61 benchmark-time\interpreter were renamed to benchmark-core-time and
62 benchmark-core-time\interpreter, respectively.
63
02378956
DH
642002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
65
66 * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied
67 from the test-suite directory, renamed and adapted for use with
68 benchmarks.
69
70 * benchmarks/logand.bm, benchmarks/continuations.bm,
71 benchmarks/if.bm: Added as initial fairly stupid examples for
72 benchmarks.
73
742002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
75
76 * Log begins.