Skip to content

Comments

Bump phpbench/phpbench from 1.0.0-alpha7 to 1.0.2#10

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

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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps phpbench/phpbench from 1.0.0-alpha7 to 1.0.2.

Release notes

Sourced from phpbench/phpbench's releases.

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 CoreExtension, this will change the location of some constants used (e.g. CoreExtension::TAG_PROGRESS_LOGGER is now RunnerExtension::PROGRESS_LOGGER.
  • Renamed travis progress logger to plain
  • Removed awareness of CONTINUOUS_INTEGRATION environment variable
  • Removed table report generator, it is replaced by the expression generator which is now used to produce the default and aggregate reports. The output and configuration is largely the same, but some features have been removed.
  • html and markdown output formats have been removed temporarily.
  • --uuid renamed to --ref and tag: prefix removed #740
  • No warnings - if assertion fails within tolerance zone then it is OK
  • Assertion DSL has been replaced (only applicable vs. previous alpha versions)
  • BenchmarkExecutorInterface#execute() must now return an ExecutionResults object.
  • TemplateExecutor: expect an array for the time measurement result instead of an int.
  • Extensions use the Symfony OptionsResolver instead of provding an array of

... (truncated)

Changelog

Sourced from phpbench/phpbench's changelog.

1.0.2 (2021-05-28)

Bug fix:

  • Fix incorrect benchmark column definition in report #840

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

1.0.0-beta2

B/C breaks:

  • Progress logger: startSuite now additionally accepts RunnerConfig

Improvements:

  • Use package versions to show PHPBench version if not PHAR

Bug fixes:

1.0.0-beta1

B/C breaks:

  • Removed self-update functionality (suggest using phive instead(.
  • Most configuration option names have changed. All options are now prefixed

... (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.2.
- [Release notes](https://github.com/phpbench/phpbench/releases)
- [Changelog](https://github.com/phpbench/phpbench/blob/1.0.2/CHANGELOG.md)
- [Commits](phpbench/phpbench@1.0.0-alpha7...1.0.2)

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 May 31, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #11.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpbench/phpbench-1.0.2 branch July 5, 2021 05:20
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