Phpbench Versions Save

PHP Benchmarking framework

1.2.15

4 months ago
  • Bump minimum PHP version to 8.1
  • Allow Symfony 7.0 @keulinho
  • Add documentation for adding env providers @GromNaN

1.2.14

9 months ago

Improvements:

  • Use latest version of Box
  • Fixing build (versions 1.2.{12,13,14})

1.2.10

1 year ago

Bug fixes:

  • Fix deprecation warning when using blinken logger @tavaresmatheus

1.2.9

1 year ago

Bug fixes:

  • Fix PHP 8.2 deprecation warning #1022

Improvements:

  • Drop support for 7.3 and support for 8.1 and 8.2 in the pipeline.

1.2.8

1 year ago

Improvements:

  • Update documentation to point to reference new GPG key #1017
  • Support Doctrine Annotations 2.0 #1013 @greg0ire
  • Profiler: detect Xdebug .gz files when compression enabled #1011 @blackwolf12333

1.2.7

1 year ago

Improvements:

  • Remove dependency on webmozart/path (copied the class into PHPBench)
  • Update PHPStan to 1.0 and fix new errors #1006
  • Use webmozart/glob instead of glob for benchmark paths and config include paths #1005

Bug fixes:

  • Fix bad exception call #1002 @TRowbotham
  • Fix comma formatting of numbers with no zero decimal precision #1008

1.2.6

1 year ago

Bug fixes:

  • Allow multiple Assert annotations #996 @nyamsprod

1.2.5

2 years ago

Bug fixes:

  • New "CouldNotLoadMetadata" exception was located in the tests folder and was not available when phpbench was used as a dependency.

1.2.4

2 years ago

1.2.4

Improvements

  • Show solidarity with Ukrainians
  • Show more concise error messages including script exit code #969
  • Configuration (expression.strip_tailing_zeros) to strip meaningless zeros after the decimal place #958

1.2.3

2 years ago

Improvements:

  • Allow psr/log 2.x and 3.x

Bug fixes:

  • Parameters seem to be converted to strings when storing/retrieving #959