Skip to content

Bump phpbench/phpbench from 1.0.0-alpha7 to 1.0.0-alpha9#4

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

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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps phpbench/phpbench from 1.0.0-alpha7 to 1.0.0-alpha9.

Release notes

Sourced from phpbench/phpbench's releases.

1.0.0-alpha9

B/C Breaks:

  • 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

Features:

  • Added --working-dir option
  • Option to include the baseline rows in the expression report.
  • Progress output is sent to STDERR, report output to STDOUT (enable you to pipe the output)
  • Allow --theme= selection and configuration.
  • Allow benchmarks to be configued in the config (runner.{iterations,revs,time_unit,mode,etc})
  • Include collected environmental information in the report data #789
  • Allow providers to be enabled/disabled via. env.enabled_providers #789
  • Support @RetryThreshold annotation, attribute, and runner.retry_threshold configuration.

Improvements:

  • "local" executor will include non-existing benchmark classes and bootstrap
  • Configuation options have generated documentation
  • Preserve types in env information
  • Make default true color theme compatible with light backgrounds.
  • Added vertical layout to bare report (vertical: true).
  • Removed best and worst columns by default from default report.
  • Default to showing all columns in expression report
  • Standard deviation in default report is shown as time
  • Relative SD is color gradiated
  • Trunacte long syntax error messages

Other:

  • Automatically sign PHAR on release

1.0.0-alpha8

This release replaces much of the reporting layer, switching it to be based on expressions.

BC Breaks:

  • 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.

... (truncated)

Changelog

Sourced from phpbench/phpbench's changelog.

1.0.0-alpha9

B/C Breaks:

  • 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

Features:

  • Added --working-dir option
  • Option to include the baseline rows in the expression report.
  • Progress output is sent to STDERR, report output to STDOUT (enable you to pipe the output)
  • Allow --theme= selection and configuration.
  • Allow benchmarks to be configued in the config (runner.{iterations,revs,time_unit,mode,etc})
  • Include collected environmental information in the report data #789
  • Allow providers to be enabled/disabled via. env.enabled_providers #789
  • Support @RetryThreshold annotation, attribute, and runner.retry_threshold configuration.

Improvements:

  • "local" executor will include non-existing benchmark classes and bootstrap
  • Configuation options have generated documentation
  • Preserve types in env information
  • Make default true color theme compatible with light backgrounds.
  • Added vertical layout to bare report (vertical: true).
  • Removed best and worst columns by default from default report.
  • Default to showing all columns in expression report
  • Standard deviation in default report is shown as time
  • Relative SD is color gradiated
  • Trunacte long syntax error messages

Other:

  • Automatically sign PHAR on release

1.0.0-alpha8

BC Breaks:

  • 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

... (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.0-alpha9.
- [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.0-alpha9)

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

Superseded by #5.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpbench/phpbench-1.0.0-alpha9 branch April 14, 2021 05:51
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