Closed nietras closed 10 months ago
Wow, that's an amazing delta in mean between multi and single threaded! Nice work!
Wow, that's an amazing delta in mean between multi and single threaded! Nice work!
Thanks, it should be close to 2x but with server gc is even more. For the floats bench I have in Sep I am seeing up to 7x speedup for multi-threaded. The parallel implementation is extremely efficient. 🚀 Note that those specific numbers are on dotnet 8.
@joelverhagen a few proposed changes to benchmark running now that args are forwarded. I do not know if you prefer the old way if so I can change to whatever you prefer. This change means csv file output is more directly usable e.g. in Excel. As output is sorted and units only defined in column names.
Changed run parameters since Sep and others are quite fast now and below 200 ms for a run, this can be tweaked to whatever you like. Currently, show casing how one can filter and only run Sep methods by
--filter *.Sep*
allowing for incremental updates.Example console output