63 Followers
0 Following
8 Posts

Now featuring documentation on how to configure a github action to track performance over time:

https://phpbench.readthedocs.io/en/latest/guides/ci-integration.html

Continuous Integration — PHPBench documentation

PHPBench 1.6 released wth support for:

- JSON progress streaming
- JSON report output
- ... and some new expression functions

https://github.com/phpbench/phpbench/releases/tag/1.6.0

Release 1.6.0 · phpbench/phpbench

1.6.0 This release contains changes relating to the generation of JSON reports for use with things such as github-action-benchmark reports: JSON progress logging #1018 reports: JSON report rendere...

GitHub

PHPBench 1.4.3 released with more Symfony 8.

https://github.com/phpbench/phpbench/releases/tag/1.4.3

Release 1.4.3 · phpbench/phpbench

Adds support for Symfony 8 @Kocal

GitHub

New release: https://github.com/phpbench/phpbench/releases/tag/1.3.0

This release contains some minor features, bug fixes and many improvements to type coverage thanks to Andrew Ivchenkov

Release 1.3.0 · phpbench/phpbench

Features: Add default table_summary report component @dantleech Add command to initialize the configuration file (config:init) @dantleech Add command to add a new service config based on a prototy...

GitHub

I've released PHPBench 1.2.15 which:

- Drops support for PHP < 8.1
- Supports Symfony 7

https://github.com/phpbench/phpbench/releases/tag/1.2.15

Release 1.2.15 · phpbench/phpbench

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

GitHub
I've dropped support for PHP < 8.1 on the master branch, and everything seems to be fine with PHP 8.3. Will hopefully make a few iterations to upgrade the code base (which was supporting 7.4) over the next days before releasing.