Fix Benchmark documentation to match current arguments.

Contributed by Josh Marcus.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25307 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
extempore 2011-07-16 05:52:00 +00:00
parent db30643d84
commit b1bd186379
1 changed files with 2 additions and 3 deletions

View File

@ -20,10 +20,9 @@ import compat.Platform
* The `run` method has to be defined by the user, who will perform the * The `run` method has to be defined by the user, who will perform the
* timed operation there. Run the benchmark as follows: * timed operation there. Run the benchmark as follows:
* {{{ * {{{
* > scala sort1 5 times.log * > scala sort1 5
* }}} * }}}
* This will run the benchmark 5 times and log the execution times in * This will run the benchmark 10 times, and print the execution times to stdout.
* a file called `times.log`.
* *
* @author Iulian Dragos, Burak Emir * @author Iulian Dragos, Burak Emir
*/ */