bencheeorg / benchee

Easy and extensible benchmarking in Elixir providing you with lots of statistics!
MIT License
1.42k stars 66 forks source link

Added initial Solaris support to Benchee.System #422

Closed brianewell closed 10 months ago

brianewell commented 10 months ago

Associated PR for issue: https://github.com/bencheeorg/benchee/issues/421 Added calls as appropriate to kstat and prtconf to produce intended results.

This was specifically tested on SmartOS base-64-trunk 20231113

PragTob commented 10 months ago

Ah one more @brianewell - you don't seem to have run the elixir formatter. Run mix format - also double check if mix credo passes :) The CI runs a whole bunch of things :grin:

PragTob commented 10 months ago

Looking great, thanks a lot! :green_heart: