summaryrefslogtreecommitdiff
path: root/benchmark-suite/ChangeLog
blob: 927ff6227764578d62fe475f69018d9d51362938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
2004-01-23  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>

	* lib.scm: Extracted '/i' to toplevel.  Print the guile version
	number before the benchmarks are run.  Print the framework-time
	per iteration as an inexact number.

2004-01-06  Marius Vollmer  <marius.vollmer@uni-dortmund.de>

	* lib.scm (print-result, print-user-result): Handle exact
	fractions.

2003-05-27  Dirk Herrmann  <D.Herrmann@tu-bs.de>

	* lib.scm: Fix some typos in the documentation.

2002-09-14  Rob Browning  <rlb@defaultvalue.org>

	* .cvsignore: new file.

2002-07-26  Marius Vollmer  <marius.vollmer@uni-dortmund.de>

	* Makefile.am (SCM_BENCHMARKS): List the real benchmarks, not foo
	and bar.
	(SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
	(dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works.
	
2002-07-21  Dirk Herrmann  <D.Herrmann@tu-bs.de>

	* lib.scm (print-result, print-user-result): Changed the
	reporter's outputs to use symbols rather than strings to document
	the individual values.  Thanks to Neil Jerram for the suggestion.

2002-07-21  Dirk Herrmann  <D.Herrmann@tu-bs.de>

	* benchmarks/0-reference.bm:  Added as a reference benchmark to be
	used to calibrate iteration counts.

	* lib.scm: Added documentation.  Added some initialization
	messages.

	(benchmark-time-base, benchmark-total-time, benchmark-user-time,
	benchmark-system-time, benchmark-frame-time, benchmark-core-time,
	benchmark-user-time\interpreter, benchmark-core-time\interpreter):
	Exported.

	(benchmark-time-base, time-base): Renamed time-base to
	benchmark-time-base and introduced new time-base as a short-cut.

	(total-time, benchmark-total-time, user-time, benchmark-user-time,
	system-time, benchmark-system-time, frame-time,
	benchmark-frame-time, benchmark-time, benchmark-core-time,
	user-time\interpreter, benchmark-user-time\interpreter,
	benchmark-time\interpreter, benchmark-core-time\interpreter,
	print-result, print-user-result):  Renamed <foo>-time to
	benchmark-<foo>-time.  Exceptions: benchmark-time and
	benchmark-time\interpreter were renamed to benchmark-core-time and
	benchmark-core-time\interpreter, respectively.

2002-07-20  Dirk Herrmann  <D.Herrmann@tu-bs.de>

	* COPYING, README, Makefile.am, lib.scm, guile-benchmark:  Copied
	from the test-suite directory, renamed and adapted for use with
	benchmarks.

	* benchmarks/logand.bm, benchmarks/continuations.bm,
	benchmarks/if.bm:  Added as initial fairly stupid examples for
	benchmarks.

2002-07-20  Dirk Herrmann  <D.Herrmann@tu-bs.de>

	* Log begins.