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