ChangeLog-2008 2.9 KB

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