summaryrefslogtreecommitdiff
path: root/src/library/scala/testing/Benchmark.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/testing/Benchmark.scala')
-rw-r--r--src/library/scala/testing/Benchmark.scala5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/library/scala/testing/Benchmark.scala b/src/library/scala/testing/Benchmark.scala
index a7548aa844..936db014c0 100644
--- a/src/library/scala/testing/Benchmark.scala
+++ b/src/library/scala/testing/Benchmark.scala
@@ -20,10 +20,9 @@ import compat.Platform
* The `run` method has to be defined by the user, who will perform the
* 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
- * a file called `times.log`.
+ * This will run the benchmark 10 times, and print the execution times to stdout.
*
* @author Iulian Dragos, Burak Emir
*/