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