We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148b606 commit 3663fc4Copy full SHA for 3663fc4
1 file changed
benchmark_vs_breeze/src/doSomeStuff.scala
@@ -47,7 +47,7 @@ class SumBenchmark extends BLASBenchmark:
47
@Setup(Level.Trial)
48
def setup: Unit =
49
50
- arr = randomDoubleArray(len.toInt);
+ arr = randomDoubleArray(len.toInt);
51
()
52
53
end setup
0 commit comments