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