Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phpbench/phpbench requirement from 1.0.4 to 1.1.0 #218

Merged
merged 1 commit into from
Aug 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2021

Updates the requirements on phpbench/phpbench to permit the latest version.

Release notes

Sourced from phpbench/phpbench's releases.

1.1.0

Features:

  • Allow env vars to be passed to the benchmark process.
  • Allow config files to include other config files via. $include and $include-glob #989
  • Added contains function to see if a value exists in a list.
  • Added frame function to create a new data frame within an expression.
  • Added sum and count functions #865
  • New component based report generator #851
  • HTML Bar Chart component #853
  • Console Bar Chart component #858
  • Data Frame and Expression Filtering #831
  • Allow multiple benchmark paths to be specified from CLI #834
  • Functions which require at least one value return NULL when values are empty #835
  • Add --limit option to log command #879
  • Add bare-vertical report configuration (same as --report='extends: bare,{"vertical": true}) #879

Improvement:

  • Surpress reports if errors were encountered during the run #912
  • Support expressions in parttion specifications
  • Data can be accessed on any expression value (not just "parameters")
  • Use automatic time unit for expression report #838
  • Parameter handling refactored to be "safe": objects will not be unserialized in the PHPBench process #845
  • Allow single quoted strings in expressions (better with JSON) #895

Other changes:

  • Lists and data frames can no longer be compared. Use the frame function to convert a list to a data frame (in the unlikely event you compare a list with a frame in a report).
Changelog

Sourced from phpbench/phpbench's changelog.

1.1.0 (2021-08-15)

Bug fixes:

  • Ensure all refs are passed to report in run mode #864
  • Memory formatting respects precision directive #892
  • Remove double title output when description used in console reports #848

Features:

  • Allow env vars to be passed to the benchmark process.
  • Allow config files to include other config files via. $include and $include-glob #989
  • Added contains function to see if a value exists in a list.
  • Added frame function to create a new data frame within an expression.
  • Added sum and count functions #865
  • New component based report generator #851
  • HTML Bar Chart component #853
  • Console Bar Chart component #858
  • Data Frame and Expression Filtering #831
  • Allow multiple benchmark paths to be specified from CLI #834
  • Functions which require at least one value return NULL when values are empty #835
  • Add --limit option to log command #879
  • Add bare-vertical report configuration (same as --report='extends: bare,{"vertical": true}) #879

Improvement:

  • Surpress reports if errors were encountered during the run #912
  • Support expressions in parttion specifications
  • Data can be accessed on any expression value (not just "parameters")
  • Use automatic time unit for expression report #838
  • Parameter handling refactored to be "safe": objects will not be unserialized in the PHPBench process #845
  • Allow single quoted strings in expressions (better with JSON) #895

Other changes:

  • "0" is not longer shown as the "set name" in reports, it is now an empty string.
  • Lists and data frames can no longer be compared. Use the frame function to convert a list to a data frame (in the unlikely event you compare a list with a frame in a report).

1.0.4 (2021-07-18)

Bug fix:

... (truncated)

Commits

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)

Updates the requirements on [phpbench/phpbench](https://github.com/phpbench/phpbench) to permit the latest version.
- [Release notes](https://github.com/phpbench/phpbench/releases)
- [Changelog](https://github.com/phpbench/phpbench/blob/master/CHANGELOG.md)
- [Commits](phpbench/phpbench@1.0.4...1.1.0)

---
updated-dependencies:
- dependency-name: phpbench/phpbench
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 178a42c on dependabot/composer/phpbench/phpbench-1.1.0 into 2f36753 on 4.x.

@iLexN iLexN merged commit 4a32d82 into 4.x Aug 17, 2021
@dependabot dependabot bot deleted the dependabot/composer/phpbench/phpbench-1.1.0 branch August 17, 2021 01:11
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.

2 participants