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