Skip to content

Releases: spryker-sdk/benchmark

0.2.2

13 Oct 18:37
f818091
Compare
Choose a tag to compare

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

09 Oct 16:38
d22b3cd
Compare
Choose a tag to compare

Included commits: 0.2.0...0.2.1

Fixes

  • Updated dependencies.

0.2.0

18 Sep 08:08
3c7da51
Compare
Choose a tag to compare

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

31 Jul 13:09
370f853
Compare
Choose a tag to compare

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.