JetBrains-Research / viktor

Efficient f64-only ndarray in Kotlin
MIT License
125 stars 6 forks source link

Specify JVM in benchmarks #31

Closed altavir closed 4 years ago

altavir commented 4 years ago

OpenJDK has internal SIMD starting with 10 or 11, so the test results could be quite different for different VMs. Also makes sense to test with GraalVM. It has both SIMD and better escape analysis and inlining.

dievsky commented 4 years ago

Yes, this looks like an oversight. I'll add the JVM version.

dievsky commented 4 years ago

JVM versions used in benchmarks were specified.

GraalVM and later OpenJDK testing warrants a separate issue.