Compatibility with benchee 0.99.0 and 1.0.0.
- Support for benchee 0.14.0
- Support for showing memory data
- raw run times are now also exported, so you can import them in your favorite tool. Thanks
@elpikel
- use new csv library version (2.0+)
- Support for benchee 0.12's new tags
- Benchee 0.10.0 compatibility
- All inputs and job name combination in one file again, so you can do whatever magic you desire with the CSV :)
- You can now specify the formatter as just
Benchee.Formatters.CSV
Benchee 0.8.0 compatibility and basic type specs.
Mainly Benchee 0.6.0 compatibility, support for multiple inputs and MOARE statistics.
- Benchee 0.6.0 compatibility with support for multiple inputs and accordingly generating multiple csv files
- Supply more statistics - minimum, maximum and sample_size
- print out information where the file was written to
- Remove 1.4.0-rc.0 warnings
Release to make usage with benchee 0.4.0 possible (also relax version requirement)
Benchee.Formatters.CSV.output/1
method that formats and writes to a configured file for you- Compatibility with Benchee 0.3.0
- additionally consume the total standard deviation of iterations per second from Benchee 0.2.0 and dump it to CSV
Initial release