j143-bot edited a comment on issue #862: Systemml 2526 Date.getTime() can be changed to System.currentTimeMillis() URL: https://github.com/apache/systemml/pull/862#issuecomment-483611319 My result for the /op performance. for 1000 operations. `Total time: 5 hr 40 mins` ``` Benchmark Mode Cnt Score Error Units TimeTest.checkDate avgt 1000 849.020 ± 3.984 ns/op TimeTest.checkMillis avgt 1000 867.763 ± 5.231 ns/op ``` The above script benchmarks each operation at one at a time. and then approximates the results. While the previous script loops over the function and finds the time once all the operation is completed!.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
