summaryrefslogtreecommitdiff
path: root/benchmark-suite/ChangeLog
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2002-07-21 12:01:26 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2002-07-21 12:01:26 +0000
commit8f28ea31bb2a95e88b9d9e6e4f29655ab077c939 (patch)
tree57b056fe029d58d1bb073a8d1e56e19ab0d34236 /benchmark-suite/ChangeLog
parentbde9d30b514ffffea48f68d303abd3e6fb159a90 (diff)
downloadguile-8f28ea31bb2a95e88b9d9e6e4f29655ab077c939.tar.gz
* 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.
Diffstat (limited to 'benchmark-suite/ChangeLog')
-rw-r--r--benchmark-suite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmark-suite/ChangeLog b/benchmark-suite/ChangeLog
index 1ed5c3421..5cc798ed5 100644
--- a/benchmark-suite/ChangeLog
+++ b/benchmark-suite/ChangeLog
@@ -1,5 +1,11 @@
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.