lessthanoptimal / Java-Matrix-Benchmark

Java Matrix Benchmark is a tool for evaluating Java linear algebra libraries for speed, stability, and memory usage.
http://lessthanoptimal.github.io/Java-Matrix-Benchmark/
GNU General Public License v3.0
56 stars 10 forks source link

Usability improvement #14

Closed apete closed 6 years ago

apete commented 6 years ago

When a case takes very long messages like these get printed periodically:

Master is still alive: Mon May 21 07:34:11 UTC 2018 Press 'q' and enter to quit. 66%

It would be much appreciated if this log statement could include info about what we're waiting for (library, operation, size) and perhaps when that was started.

lessthanoptimal commented 6 years ago

I've partially added that request. It says what is being processed but not when the test started. I'll add that later. The code has been pushed but not tested. I'm running a full --Quick with a max time per individual test of 1hr as a way to test all the recent changes. The new code might run faster since it will know when it can abort a test that's taking too long better.

lessthanoptimal commented 6 years ago

Just checked to benchmark and it appears to be working. You can also specify memory in gigabytes now.