Java-Matrix-Benchmark icon indicating copy to clipboard operation
Java-Matrix-Benchmark copied to clipboard

Java Matrix Benchmark is a tool for evaluating Java linear algebra libraries for speed, stability, and memory usage.

Results 4 Java-Matrix-Benchmark issues
Sort by recently updated
recently updated
newest added

Hello. After breaf discovering of the project and reading the article [MethodologyRuntimeBenchmark](http://lessthanoptimal.github.io/Java-Matrix-Benchmark/manual/MethodologyRuntimeBenchmark/) I did found that benchmark uses `System::currentTimeMillis` and test will be evaluated 25 times (please, correct me if...

- Explain the difference between the two approaches - Explain why we are not using JMH http://lessthanoptimal.github.io/Java-Matrix-Benchmark/manual/MethodologyRuntimeBenchmark/

When I run a quick runtime benchmark, I get a couple of errors (not sure whether they are windows related or not). I get the same errors, when I run...

Hello! For starters, thanks a lot for building this benchmark. I might have found something weird in the code at https://github.com/lessthanoptimal/Java-Matrix-Benchmark/blob/master/external/ujmp/src/jmatbench/ujmp/UjmpNativeLibraryConfigure.java#L35 ``` java UJMPSettings.getInstance().setUseJBlas(true); ``` Since the class is `UjmpNativeLibraryConfigure`,...