Skip to content

Releases: spryker-sdk/benchmark

0.2.2

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 13 Oct 18:37
f818091

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

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 09 Oct 16:38
d22b3cd

Included commits: 0.2.0...0.2.1

Fixes

  • Updated dependencies.

0.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 18 Sep 08:08
3c7da51

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

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 31 Jul 13:09
370f853

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.