IanButterworth / SystemBenchmark.jl

Julia package for benchmarking a system
MIT License
43 stars 3 forks source link

Run `peakflops` multiple times and get the maximum #15

Closed giordano closed 4 years ago

giordano commented 4 years ago

I find that peakflops returns greatly varying values, taking the maximum of multiple runs should be more reliable. What do you think?

IanButterworth commented 4 years ago

Yeah, good idea