[m-rev.] trivial diff: improve comments in tests/benchmarks/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Jan 22 17:31:23 AEDT 2003


Estimated hours taken: 0.1
Branches: main

tests/benchmarks/Mmakefile:
	Improve the documentation: explain how to do performance testing for MLDS grades.

Workspace: /home/ceres/fjh/ws-ceres2/mercury
Index: tests/benchmarks/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/benchmarks/Mmakefile,v
retrieving revision 1.7
diff -u -d -r1.7 Mmakefile
--- tests/benchmarks/Mmakefile	12 Jan 2003 22:33:01 -0000	1.7
+++ tests/benchmarks/Mmakefile	22 Jan 2003 00:38:56 -0000
@@ -2,9 +2,12 @@
 
 THIS_DIR = benchmarks
 
-# uncomment the following line to test the performance
-# of the benchmarks (with I/O suppressed)
-# MLFLAGS=-w "`extract $(*:_init=) '' BenchEntry`"
+# To test the performance of the benchmarks (with I/O suppressed),
+# uncomment one the following two lines.  The `.hlc' version should be
+# used for --high-level-code grades, the other version for LLDS grades.
+#
+# MLFLAGS += -w "`extract $(*:_init=) '' BenchEntry.hlc`"
+# MLFLAGS += -w "`extract $(*:_init=) '' BenchEntry`"
 
 #-----------------------------------------------------------------------------#
 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list