Skip to content

Commit 2a81f4d

Browse files
committed
Benchmark sum performance on larger array
1 parent c03f7c4 commit 2a81f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/src/jmh/scala/com/thoughtworks/compute/benchmarks.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ object benchmarks {
266266
benchmarkResource.value.get.apply()
267267
}
268268

269-
@Param(Array("3", "2", "1"))
269+
@Param(Array("3", "2"))
270270
protected var numberOfDimensions: Int = _
271271

272-
@Param(Array("128", "32", "16"))
272+
@Param(Array("512", "128", "32", "16"))
273273
protected var size: Int = _
274274
}
275275

0 commit comments

Comments
 (0)