microbench 0.2.0

A micro-benchmarking library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
## [0.2.0] - 2016-12-25

### Added
- Added `alpha` field to `Anaylsis` struct

### Changed
- Improved accuracy of results by using the Kahan summation algorithm
- Improved formatting of printed results

## [0.1.0] - 2016-12-24
- Initial release