Merge pull request #201 from mipt-npm/commandertvis/fix-benchmarks

Fix broken benchmarks code again
This commit is contained in:
Alexander Nozik 2021-02-11 15:22:09 +03:00 committed by GitHub
commit c3c2658d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
package kscience.kmath.benchmarks
import kscience.kmath.operations.Complex
import kscience.kmath.operations.complex
import kscience.kmath.complex.Complex
import kscience.kmath.complex.complex
import kscience.kmath.structures.MutableBuffer
import kscience.kmath.structures.RealBuffer
import org.openjdk.jmh.annotations.Benchmark