Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Rob Browning | 2002-09-15 | 1 | -0/+4 |
* | * .cvsignore: new file. | Rob Browning | 2002-09-15 | 1 | -0/+2 |
* | *** empty log message *** | Marius Vollmer | 2002-07-26 | 1 | -0/+1 |
* | (dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works. | Marius Vollmer | 2002-07-26 | 1 | -1/+1 |
* | *** empty log message *** | Marius Vollmer | 2002-07-26 | 1 | -0/+6 |
* | (SCM_BENCHMARKS): List the real benchmarks, not foo...and bar. (SCM_BENCHMARKS_DIRS): Uncommented, with an empty value. | Marius Vollmer | 2002-07-26 | 1 | -4/+5 |
* | * 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. | Dirk Herrmann | 2002-07-21 | 2 | -14/+19 |
* | * 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. | Dirk Herrmann | 2002-07-21 | 3 | -26/+307 |
* | * 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. | Dirk Herrmann | 2002-07-20 | 9 | -0/+936 |