Breaking Changes
ExecutionTimeMeasurement.run
no longer return the samples, you should use ExecutionTimeMeasurement.values
instead.
New Features
- Introduce
open
option 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-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.