Releases: MattesGroeger/MGBenchmark
Releases · MattesGroeger/MGBenchmark
0.3.0
0.2.0
- [NEW]
MGBenchmark
is now thread-safe - [NEW]
MGBenchmarkTarget
protocol methods are optional now - [NEW]
MGConsoleSummaryOutput
for sorted step times (what takes longest?)
0.1.1
- [BUGFIX] More fault-tolerant (doesn't use NSAssert anymore)
0.1.0
- [NEW] Measure total execution times
- [NEW] Measure individual steps of execution
- [NEW] Get the average execution time of all steps
- [NEW] Have multiple benchmark sessions at the same time
- [NEW] Implement custom output targets