Releases: bencheeorg/benchee_json
Releases · bencheeorg/benchee_json
1.0.0
- Benchee 0.99 & 1.0.0 support
- BREAKING: data structures changed, no more
run_times
/memory_usages
/run_time_statitics
/memory_usage_statistics
- it's all in run_time_data
/memory_usage_data
now under the keys samples
/statistics
to mirror the original benchee data structure.
0.6.0
Features
- Benchee 0.14.0 support
- Added the serialization of memory usages
0.5.0
Features
- Switched out the JSON library from poison to jason, this avoids inconsistent behaviour between poison 2.x and 3.x + is probably faster
- Compatibility with the tags and names of benchee 0.12