summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library/scala/testing/Benchmark.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library/scala/testing/Benchmark.scala b/src/library/scala/testing/Benchmark.scala
index 90a9292db2..c8e31766ea 100644
--- a/src/library/scala/testing/Benchmark.scala
+++ b/src/library/scala/testing/Benchmark.scala
@@ -37,7 +37,8 @@ trait Benchmark {
/** this method should be implemented by the concrete benchmark.
* This method is called by the benchmarking code for a number of times.
- * The GC is called before each call to 'run'.
+ * The GC is called between "multiplier" calls to run, right after tear
+ * down.
*
* @see setUp
* @see tearDown