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

Bump measureme from 0.8.0 to 9.1.2 #84

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 24, 2021

Bumps measureme from 0.8.0 to 9.1.2.

Release notes

Sourced from measureme's releases.

9.1.2

Added

  • measureme: Allow recording interval events without using the drop guard (GH-159)

9.1.1

Changed

  • crox: Update the --dir flag to look for the correct file extension for traces (GH-155)
  • measureme: Update the memmap dependency to memmap2 which is actively maintained (GH-156)

GH-155: rust-lang/measureme#155 GH-156: rust-lang/measureme#156

9.1.0

Added

  • measureme: Add support for using hardware performance counters instead of wall-clock times. (GH-143)
  • summarize: Add aggregate sub-command for analyzing sets of profiles (GH-129)

Changed

  • analyzeme: Provide functions to decode paged buffer data from memory (GH-142)
  • analyzeme: Fix blocked events not being counted in total invocation count (GH-148)
  • analyzeme: Return error instead of panicking if the input file is too small (GH-151)
  • Cleanup intra-doc links (GH-146)

GH-129: https://github.com/rust-lang/rust/measureme/pull/129 GH-142: https://github.com/rust-lang/rust/measureme/pull/142 GH-143: https://github.com/rust-lang/rust/measureme/pull/143 GH-146: https://github.com/rust-lang/rust/measureme/pull/146 GH-148: https://github.com/rust-lang/rust/measureme/pull/148 GH-151: https://github.com/rust-lang/rust/measureme/pull/151

9.0.0

Added

  • measureme: Added a function to create EventIds with multiple arguments (GH-138)

Changed

  • We now use the standard semantic versioning system. As this is the 9th breaking change, we're adopting 9.0 as the version number
  • measureme: Allow recording up to 4gb of string data instead of the old limit of 1gb (GH-137)

GH-137: rust-lang/measureme#137 GH-138: rust-lang/measureme#138

Changelog

Sourced from measureme's changelog.

[9.1.2] - 2021-05-21

Added

  • measureme: Allow recording interval events without using the drop guard (GH-159)

[9.1.1] - 2021-04-23

Changed

  • crox: Update the --dir flag to look for the correct file extension for traces (GH-155)
  • measureme: Update the memmap dependency to memmap2 which is actively maintained (GH-156)

[9.1.0] - 2021-02-19

Added

  • measureme: Add support for using hardware performance counters instead of wall-clock times. (GH-143)
  • summarize: Add aggregate sub-command for analyzing sets of profiles (GH-129)

Changed

  • analyzeme: Provide functions to decode paged buffer data from memory (GH-142)
  • analyzeme: Fix blocked events not being counted in total invocation count (GH-148)
  • analyzeme: Return error instead of panicking if the input file is too small (GH-151)
  • Cleanup intra-doc links (GH-146)

[9.0.0] - 2020-10-07

Added

  • measureme: Added a function to create EventIds with multiple arguments (GH-138)

Changed

  • We now use the standard semantic versioning system. As this is the 9th breaking change, we're adopting 9.0 as the version number
  • measureme: Allow recording up to 4gb of string data instead of the old limit of 1gb (GH-137)
Commits
  • b5768e3 Merge pull request #161 from wesleywiser/9.1.2_release
  • 4dc8835 Update CHANGELOG for the 9.1.2 release
  • ec67137 Merge pull request #162 from rust-lang/wesleywiser-patch-1
  • 04c8421 Remove Travis-CI
  • 8a47e8a Fix beta & nightly builds
  • dcac726 Fix yaml
  • 1183ccd Add GitHub Action for CI
  • 501d6a3 Merge pull request #159 from Aaron1011/raw
  • 676cdf2 Address review comments
  • 5e68ea2 Allow recording interval event wthout drop guard
  • 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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 24, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 6, 2021

Superseded by #110.

@dependabot dependabot bot closed this Oct 6, 2021
@dependabot dependabot bot deleted the dependabot/cargo/measureme-9.1.2 branch October 6, 2021 17:04
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants