react-native-benchmark
Version:
React Native benchmarking library inspired by benchmark.js
20 lines (11 loc) • 338 B
Markdown
# Changelog
## 0.0.1
- Implemented basic interface that resembles benchmark.js
- Implemented statistical calculations.
## 0.0.2
- added `Suite.toJSON` method
- add `EventType.ALL_COMPLETE` to notify on completion of the `Suite`
## 0.0.4
- deleted `EventType.ALL_COMPLETE`
## 0.0.5
- refactored `Suite.toJSON` and `Suite.toString`