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