Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@Kaciras Kaciras released this 17 Sep 13:44
· 29 commits to master since this release
c2b8b50

Breaking Changes

ExecutionTimeMeasurement.run no longer return the samples, you should use ExecutionTimeMeasurement.values instead.

New Features

  • Introduce open option to WebRemoteExecutor, when set, the client page will be open with browser on execution start and automically closed on finish.
  • Introduce a new ComplexityProfiler, which can calculate asymptotic complexity for benchmark cases.

Fixes

  • Fix set Object prototype method to Content-Type header.
  • Buffer suite results to a temporary file to avoid memory grown.
  • The timing of the iteration hooks will also be included in the timing.iterations time estimate.