perf_test 0.2.5 perf_test: ^0.2.5 copied to clipboard
A set of classes to run performance test(s) and compare results against the first test
0.2.5 #
- Upgraded packages
0.2.4 #
- Website changed
0.2.3 #
- Upgraded compiler version to 2.17
- Added the project repo to pubspec.yaml
0.2.2 #
- Changed the project homepage
0.2.1 #
- Fixed sync calls in PerfTestLot.execSync
- Fixed sync/async calls in the example
- Got rid of unnecessary function durationFromMicroseconds and durationFromMilliseconds
0.2.0 #
- Breaking change:
exec
methods inPerfTestOne
andPerfTestLot
are renamed toexecSync
, and asynchronous methodsexec
added - Breaking change:
testProc
property ofPerfTestOne
renamed totestProcSync
, and a propertytestProc
added.
0.1.3 #
- Extended the package description in pubspec.yaml
0.1.2 #
- Documentation enhanced.
0.1.1 #
- Documentation fixed.
0.1.0 #
- Initial version.