All Versions
44
Latest Version
Avg Release Cycle
26 days
Latest Release
-

Changelog History
Page 1

  • v1.2.7 Changes

    ๐Ÿ‘Œ 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
  • v1.2.6 Changes

    ๐Ÿ› Bug fixes:

    • ๐Ÿ‘ Allow multiple Assert annotations #996 @nyamsprod
  • v1.2.5 Changes

    ๐Ÿ› Bug fixes:

    • ๐Ÿ†• New "CouldNotLoadMetadata" exception was located in the tests folder and was not available when phpbench was used as a dependency.
  • v1.2.4 Changes

    ๐Ÿ‘Œ 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
  • v1.2.3 Changes

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘ Allow psr/log 2.x and 3.x

    ๐Ÿ› Bug fixes:

    • ๐Ÿ‘€ Parameters seem to be converted to strings when storing/retrieving #959
  • v1.2.2 Changes

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix non-existing mappings in composer file #955 @Dgame
  • v1.2.1 Changes

    ๐Ÿ› Bug fixes:

    • Do not index variants by parameter set name (as they vary by number of revs/iterations etc also) #947

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘ Symfony 6 support - @julien-boudry
    • ๐Ÿ‘ Allow globs in benchmark path specification - @ricardoboss
  • v1.2.0 Changes

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘ [expression] Support binary memory units #934
    • [reporting] Ability to expand table columns dynamically #928
    • [reporting] Ability to group columns #928
    • 0๏ธโƒฃ [reporting] Added benchmark_compare default report #928
    • [cli] Ability to filter by variant #938
    • [cli] Ability to filter reports #940

    ๐Ÿ‘Œ Improvements:

    • [storage] Allow . in tag names
    • ๐Ÿ“‡ [runner] Do not show warning when unable to load metadata for benchmark IF the runner.file_pattern is specified #941

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix property (.) access precedence, it is now the same as [ array access #928
  • v1.1.3 Changes

    October 31, 2021
    • ๐Ÿ›  Fix bug with misassigned labels in bar chart #931
    • Safely removed non-functioning config option report.html_output_dir #930
  • v1.1.2 Changes

    September 25, 2021
    • ๐Ÿ—„ Removing PHP8.1 deprecations - @Crell
    • ๐Ÿ‘ Removing PHP7.2 support