Skip to content

v0.5.0

Choose a tag to compare

@Kaciras Kaciras released this 05 Jul 10:01
· 213 commits to master since this release
4b0d2dd

Breaking Changes

  • ProfilingContext.suite is changed to new type NormalizedSuite, params & timing properties are resolved.
  • runSuite is no longer wrap errors with RunSuiteError.

New Features

Fixes

  • TimeProfiler: fix the time in log message of the pilot stage.
  • TimeProfiler: limit the first estimate grows on pilot stage.
  • TimeProfiler: remove unnecessary rounding of throughput value.
  • TimeProfiler: No longer unroll for async workload.
  • Do not modify baseline object of user suite.