Skip to content

Bump phpbench/phpbench from 1.0.0-alpha7 to 1.0.0-beta1#6

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

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

Conversation

@dependabot-preview
Copy link
Contributor

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

Release notes

Sourced from phpbench/phpbench's releases.

1.0.0-beta1

B/C breaks:

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

Improvements:

  • Removed "summary" line from default progress output.
  • Automatically detect time or memory units by default, added meta-units time and memory
  • Unconditionally enable xdebug extension (previously the entire extension was hidden if Xdebug wasn't installed)

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

... (truncated)

Changelog

Sourced from phpbench/phpbench's changelog.

1.0.0-beta1

B/C breaks:

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

Improvements:

  • Removed "summary" line from default progress output.
  • Automatically detect time or memory units by default, added meta-units time and memory
  • Unconditionally enable xdebug extension (previously the entire extension was hidden if Xdebug wasn't installed)

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:

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

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

Superseded by #8.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpbench/phpbench-1.0.0-beta1 branch May 3, 2021 05:36
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