ChangeLog-2008 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. 2008-04-17 Ludovic Courtès <ludo@gnu.org>
  2. * Makefile.am (SCM_BENCHMARKS): Add `benchmarks/read.bm'.
  3. * benchmarks/read.bm: New file.
  4. 2008-01-22 Neil Jerram <neil@ossau.uklinux.net>
  5. * COPYING: Removed.
  6. 2006-05-02 Marius Vollmer <mvo@zagadka.de>
  7. * Makefile.am (SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
  8. no longer needed and lead to unclean tarballs.
  9. 2004-01-23 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
  10. * lib.scm: Extracted '/i' to toplevel. Print the guile version
  11. number before the benchmarks are run. Print the framework-time
  12. per iteration as an inexact number.
  13. 2004-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  14. * lib.scm (print-result, print-user-result): Handle exact
  15. fractions.
  16. 2003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
  17. * lib.scm: Fix some typos in the documentation.
  18. 2002-09-14 Rob Browning <rlb@defaultvalue.org>
  19. * .cvsignore: new file.
  20. 2002-07-26 Marius Vollmer <marius.vollmer@uni-dortmund.de>
  21. * Makefile.am (SCM_BENCHMARKS): List the real benchmarks, not foo
  22. and bar.
  23. (SCM_BENCHMARKS_DIRS): Uncommented, with an empty value.
  24. (dist-hook): Use quotes so that an empty SCM_BENCHMARKS_DIRS works.
  25. 2002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
  26. * lib.scm (print-result, print-user-result): Changed the
  27. reporter's outputs to use symbols rather than strings to document
  28. the individual values. Thanks to Neil Jerram for the suggestion.
  29. 2002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
  30. * benchmarks/0-reference.bm: Added as a reference benchmark to be
  31. used to calibrate iteration counts.
  32. * lib.scm: Added documentation. Added some initialization
  33. messages.
  34. (benchmark-time-base, benchmark-total-time, benchmark-user-time,
  35. benchmark-system-time, benchmark-frame-time, benchmark-core-time,
  36. benchmark-user-time\interpreter, benchmark-core-time\interpreter):
  37. Exported.
  38. (benchmark-time-base, time-base): Renamed time-base to
  39. benchmark-time-base and introduced new time-base as a short-cut.
  40. (total-time, benchmark-total-time, user-time, benchmark-user-time,
  41. system-time, benchmark-system-time, frame-time,
  42. benchmark-frame-time, benchmark-time, benchmark-core-time,
  43. user-time\interpreter, benchmark-user-time\interpreter,
  44. benchmark-time\interpreter, benchmark-core-time\interpreter,
  45. print-result, print-user-result): Renamed <foo>-time to
  46. benchmark-<foo>-time. Exceptions: benchmark-time and
  47. benchmark-time\interpreter were renamed to benchmark-core-time and
  48. benchmark-core-time\interpreter, respectively.
  49. 2002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
  50. * COPYING, README, Makefile.am, lib.scm, guile-benchmark: Copied
  51. from the test-suite directory, renamed and adapted for use with
  52. benchmarks.
  53. * benchmarks/logand.bm, benchmarks/continuations.bm,
  54. benchmarks/if.bm: Added as initial fairly stupid examples for
  55. benchmarks.
  56. 2002-07-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
  57. * Log begins.