Skip to content

Bump phpbench/phpbench from 1.0.0-alpha7 to 1.0.0-alpha8#3

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

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

Conversation

@dependabot-preview
Copy link
Contributor

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

Release notes

Sourced from phpbench/phpbench's releases.

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.

Features:

  • Expression report: replaces the table report.
  • Introduced bare report generator - provides all raw available report data
  • Introduced display_as_time function to handle formatting time with throughput.
  • Null coalesce function introduced in expression language

Improvements:

  • Dynamically resolve timeunit / precision from expression (progress/report) #775
  • Support specificaion of display-as precision in expression language
  • Allow the display unit to be evaluated (for dynamically determining the unit based on the subject's preference)
  • Make the display unit a node - allowing it to be pretty printed.
  • Improved memory formatting (thousands separator, use abbreviated suffix)
Changelog

Sourced from phpbench/phpbench's changelog.

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 have been removed.
  • html and markdown output formats have been removed temporarily.

Features:

  • Introduced bare report generator - provides all raw available report data
  • Introduced display_as_time function to handle formatting time with throughput.
  • Null coalesce function introduced in expression language

Improvements:

  • Dynamically resolve timeunit / precision from expression (progress/report) #775
  • Support specificaion of display-as precision in expression language
  • Allow the display unit to be evaluated (for dynamically determining the unit based on the subject's preference)
  • Make the display unit a node - allowing it to be pretty printed.
  • Improved memory formatting (thousands separator, use abbreviated suffix)
Commits
  • 51d6e4b Bumped changelog
  • d3fbb71 Improve expression generator documentation (#781)
  • 968bcf1 Change UUID exception message
  • a190a1d DisplayAsTime supports NULL and defaults to microseconds
  • 25232df Rename baseline column to has_baseline (#780)
  • 2b8f0f8 Flat generator (#779)
  • 37a6da5 Reports are based on AST nodes: no more XML, XPath and XSLT in the reporting ...
  • 923b784 Fix rstdev decimal expansion
  • 3d06b2b Update README.md (#778)
  • 845742f display_as_time function (#776)
  • Additional commits viewable in compare view

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-alpha8.
- [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-alpha8)

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

Superseded by #4.

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