IanButterworth / SystemBenchmark.jl

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

Run on a non-Julia I/O benchmark on all the OSes #12

Open ViralBShah opened 4 years ago

ViralBShah commented 4 years ago

It would be nice to have a baseline of a non-Julia I/O benchmark on all the OSes to establish a baseline. It seems like bonnie++ is easily available on homebrew and linux distros.

I wonder why Julia on mac is so much worse for I/O than Linux on the same hardware.

ViralBShah commented 4 years ago

I thought perhaps setting the -mmacosx-version-min flag on OS X might have been hurting us. Setting it to 10.15 did not change anything.