Skip to content

Releases: MattesGroeger/MGBenchmark

0.3.0

17 Jan 12:20
Compare
Choose a tag to compare
  • [NEW] Macros for easier usage (Thanks Nano)
  • [CHANGED] Simplified output target session handling (no need to store session)

0.2.0

17 Jan 12:19
Compare
Choose a tag to compare
  • [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

17 Jan 12:18
Compare
Choose a tag to compare
  • [BUGFIX] More fault-tolerant (doesn't use NSAssert anymore)

0.1.0

17 Jan 12:17
Compare
Choose a tag to compare
  • [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