v0.7.0
Breaking Changes
ExecutionTimeMeasurement.run no longer return the samples, you should use ExecutionTimeMeasurement.values instead.
New Features
- Introduce
openoption toWebRemoteExecutor, 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-Typeheader. - Buffer suite results to a temporary file to avoid memory grown.
- The timing of the iteration hooks will also be included in the
timing.iterationstime estimate.