0.2.0
·
40 commits
to master
since this release
Included commits: 0.1.0...0.2.0
Adjustments
- Removed
SprykerSdk\Yves\Benchmark\Plugin\Console\BenchmarkRunConsole. - Removed
SprykerSdk\Glue\Benchmark\Plugin\Console\BenchmarkRunConsole. - Removed
SprykerSdk\Yves\Benchmark\BenchmarkConfig::getTestsDirectory(). - Removed
SprykerSdk\Glue\Benchmark\BenchmarkConfig::getTestsDirectory().
Improvements
- Introduced
PhpBenchConfiguration.reporttransfer property. - Introduced
SprykerSdk\Zed\Benchmark\BenchmarkConfig::getDefaultTestsDirectory()so it defines the root directory for all applications tests. - Introduced
SprykerSdk\Zed\Benchmark\BenchmarkConfig::getDefaultReportConfig()so it defines the default configuration to build the Benchmark report. - Introduced
SprykerSdk\Zed\Benchmark\BenchmarkConfig::getDefaultIterationCount()so it defines the default value for Benchmark iteration count. - Introduced
SprykerSdk\Zed\Benchmark\BenchmarkConfig::getDefaultRevolutionCount()so it defines the default value for Benchmark revolutions count. - Introduced
SprykerSdk\Zed\Benchmark\BenchmarkConfig::getDefaultTimeUnit()so it defines the default time output format.