Skip to content

Comments

Bump phpbench/phpbench from 1.0.0-alpha7 to 1.0.3#11

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/phpbench/phpbench-1.0.3
Closed

Bump phpbench/phpbench from 1.0.0-alpha7 to 1.0.3#11
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/phpbench/phpbench-1.0.3

Conversation

@dependabot-preview
Copy link
Contributor

Bumps phpbench/phpbench from 1.0.0-alpha7 to 1.0.3.

Release notes

Sourced from phpbench/phpbench's releases.

1.0.3

Bug fix:

  • Show warning if file is read/reflected but it is not a benchmark file. #883

    Files that are not suffixed with Bench.php are reflected and their docblocks are parsed. Causing unexpected errors if unknown docblock tags are present.

    As changing this behavior (introduced by error in 2016) is a B/C break, it will not be changed in a bug-fix release.

    An option runner.file_pattern has been added however to enable the warnings to be resolved.

Improvement:

  • Show warning if metadata could not be loaded for benchmark instead of an exception.

1.0.2

Bug fix:

  • Fix incorrect benchmark column definition in report #840
  • Fix --ansi flag not be propagated to report output #844

1.0.1

Bug fix:

  • Error with bare report when DateTime used as param #832

1.0.0

(changes vs. 1.17)

B/C breaks:

  • Progress logger: startSuite now additionally accepts RunnerConfig
  • Removed self-update functionality (suggest using phive instead(.
  • Most configuration option names have changed. All options are now prefixed by their extension name, e.g. bootstrap => runner.bootstrap, path => runner.path, extensions => core.extensions. See the configuration [documentation(https://phpbench.readthedocs.io/en/latest/configuration.html) for a full reference.
  • Removed time_unit and time_mode configuration settings, as they are replaced by runner.time_unit and runner.time_mode.
  • Environment provider baseline renamed to sampler to avoid concept-conflict with the runner baselines.
  • Extensions grouping related functionalities have been extracted from the

... (truncated)

Changelog

Sourced from phpbench/phpbench's changelog.

1.0.3 (2021-07-03)

Bug fix:

  • Show warning if file is parsed but it is not a benchmark file. #883

    Files that are not suffixed with Bench.php are are reflected and their docblocks are parsed. Causing unexpected errors if unknown docblock tags are present.

    As changing this behavior (introduced by error in 2016) is a B/C break, it will not be changed in a bug-fix release.

    An option runner.file_pattern has been added however to enable the warnings to be resolved.

Improvement:

  • Show warning if metadata could not be loaded for benchmark instead of an exception.

1.0.x

1.0.2 (2021-05-28)

Bug fix:

  • Fix incorrect benchmark column definition in report #840
  • Fix --ansi flag not be propagated to report output #844

1.0.1 (2021-05-11)

Bug fix:

  • Error with bare report when DateTime used as param #832

1.0.0 (2021-05-09)

Improvements:

  • Optionaly support for binary data in param providers #532
  • Support serializable objects in param providers #823

Bug fix:

  • Fix regression which requires phpbench to be installed with composer 2 #822

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [phpbench/phpbench](https://github.com/phpbench/phpbench) from 1.0.0-alpha7 to 1.0.3.
- [Release notes](https://github.com/phpbench/phpbench/releases)
- [Changelog](https://github.com/phpbench/phpbench/blob/master/CHANGELOG.md)
- [Commits](phpbench/phpbench@1.0.0-alpha7...1.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 5, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #12.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpbench/phpbench-1.0.3 branch July 19, 2021 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants