Skip to content

Commit 3663fc4

Browse files
committed
.
1 parent 148b606 commit 3663fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark_vs_breeze/src/doSomeStuff.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class SumBenchmark extends BLASBenchmark:
4747
@Setup(Level.Trial)
4848
def setup: Unit =
4949

50-
arr = randomDoubleArray(len.toInt);
50+
arr = randomDoubleArray(len.toInt);
5151
()
5252

5353
end setup

0 commit comments

Comments
 (0)