From e90ef48c1b2d771ec2ad99c668602d0a264b37e4 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Tue, 9 Aug 2011 20:20:03 +0000 Subject: Improves Benchmark documentation. --- src/library/scala/testing/Benchmark.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3