Releases: spryker-sdk/benchmark
Releases · spryker-sdk/benchmark
0.2.2
Included commits: 0.2.1...0.2.2
Improvements
- Updated dependency
phpbench/phpbench
version, as this one is PHP 8.0+ compatible.
0.2.1
0.2.0
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.report
transfer 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.
0.1.0
Included commits: https://github.com/spryker-sdk/benchmark/tree/0.1.0
Initial Release
- Introduced benchmark module that allows to measure time and memory consuming for different pages or parts of application.