Ludovic Courtès
afb59d75b8
Rename ChangeLog' files to
ChangeLog-2008'.
2008-09-12 21:49:58 +02:00
Ludovic Courtès
85ca88c68b
Remove `.cvsignore' files.
2008-09-11 21:28:21 +02:00
Ludovic Courtès
6bb1dc98b9
Add `read' benchmark.
2008-04-17 10:24:10 +02:00
Neil Jerram
7df13834d4
* LICENSE: Change COPYING.LIB to COPYING.LESSER.
...
* COPYING.LESSER: Renamed, previously COPYING.LIB.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
2008-01-22 21:46:24 +00:00
Neil Jerram
cbea802b37
Note need for subscription to bug-guile@gnu.org.
2006-11-17 15:53:17 +00:00
Marius Vollmer
7f9da94135
(SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
...
no longer needed and lead to unclean tarballs.
2006-05-01 21:32:21 +00:00
Kevin Ryde
6e7d5622ee
merge from 1.8 branch
2006-04-16 23:37:40 +00:00
Marius Vollmer
92205699d0
The FSF has a new address.
2005-05-23 19:57:22 +00:00
Marius Vollmer
5ae1bd9109
New versions of the GPLand LGPL with the new address of the FSF.
2005-05-23 19:00:08 +00:00
Dirk Herrmann
36ffdf0abf
* 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-23 14:47:56 +00:00
Marius Vollmer
476e56aa64
*** empty log message ***
2004-01-06 16:20:03 +00:00
Marius Vollmer
08feeec84a
(print-result, print-user-result): Handle exact fractions.
2004-01-06 16:19:21 +00:00
Dirk Herrmann
42ad901d04
* benchmark-suite/lib.scm: Fix some typos in the documentation.
...
* doc/ref/scheme-compound.texi: Clarified that vectors need to
be quoted.
* doc/tutorial/guile-tut.texi: Fix example, where a vector
constant is used without quoting.
* ice-9/boot-9.scm (make-autoload-interface): Added missing
quote around vector constant.
* test-suite/tests/elisp.test: Added missing quote around vector
constants.
2003-05-27 18:33:19 +00:00
Rob Browning
a0760d6173
*** empty log message ***
2002-09-15 01:11:00 +00:00
Rob Browning
d3633db413
* .cvsignore: new file.
2002-09-15 01:08:32 +00:00
Marius Vollmer
c3b6ed76e3
*** empty log message ***
2002-07-26 16:21:00 +00:00
Marius Vollmer
1bb649f993
(dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works.
2002-07-26 16:20:53 +00:00
Marius Vollmer
ab331c2b6c
*** empty log message ***
2002-07-26 16:00:38 +00:00
Marius Vollmer
5a6aa7e7ce
(SCM_BENCHMARKS): List the real benchmarks, not foo
...
and bar.
(SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
2002-07-26 16:00:27 +00:00
Dirk Herrmann
8f28ea31bb
* 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 12:01:26 +00:00
Dirk Herrmann
bde9d30b51
* 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-21 10:22:54 +00:00
Dirk Herrmann
0237895653
* 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 01:21:36 +00:00