spryker-sdk/benchmark
Benchmark module
0.2.2
2.1M downloads/mo
#3905 most downloaded on Packagist
spryker-sdk/benchmark
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 12 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
4 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jul 2020 to Oct 2021
2021
2022
2023
2024
2025
2026
Releases
latest 4-
0.2.213 Oct 2021Release notes
Open source →Included commits: 0.2.1...0.2.2
Improvements
- Updated dependency
phpbench/phpbenchversion, as this one is PHP 8.0+ compatible.
- Updated dependency
-
0.2.109 Oct 2020 -
0.2.018 Sep 2020Release notes
Open source →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.
- Removed
-
0.1.031 Jul 2020Release notes
Open source →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.