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 pprof from 0.9.1 to 0.10.0 #3486

Merged
merged 1 commit into from
Jun 28, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps pprof from 0.9.1 to 0.10.0.

Changelog

Sourced from pprof's changelog.

[0.10.0] - 2022-06-27

Changed

  • Remove backtrace-rs feature, as the default choice when not specified (#130)

Added

  • Add sample_timestamp to Frames and UnresolvedFrames in order to have more fine-grained info on when the samples are collected (#133)

Fixed

  • Export UnresolvedReport type to allow developers to get the unresolved report (#132)
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)

Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/tikv/pprof-rs/releases)
- [Changelog](https://github.com/tikv/pprof-rs/blob/master/CHANGELOG.md)
- [Commits](tikv/pprof-rs@v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: pprof
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from templexxx and jolestar as code owners June 27, 2022 18:08
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2022
@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #3486 (bdf592a) into master (8c6c752) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3486      +/-   ##
==========================================
- Coverage   31.12%   31.08%   -0.04%     
==========================================
  Files         500      500              
  Lines       46900    46900              
  Branches    22122    22122              
==========================================
- Hits        14595    14575      -20     
+ Misses      18130    17986     -144     
- Partials    14175    14339     +164     
Flag Coverage Δ
unittests 31.08% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
executor/src/block_executor.rs 22.23% <0.00%> (-22.22%) ⬇️
consensus/src/dummy.rs 65.22% <0.00%> (-13.04%) ⬇️
vm/types/src/transaction_metadata.rs 55.23% <0.00%> (-7.46%) ⬇️
vm/natives/src/token.rs 24.45% <0.00%> (-6.66%) ⬇️
config/src/helper.rs 41.18% <0.00%> (-5.88%) ⬇️
consensus/src/consensus.rs 55.56% <0.00%> (-4.76%) ⬇️
executor/src/executor.rs 45.84% <0.00%> (-4.16%) ⬇️
storage/src/chain_info/mod.rs 59.02% <0.00%> (-3.27%) ⬇️
commons/accumulator/src/tree.rs 51.73% <0.00%> (-2.95%) ⬇️
genesis/src/lib.rs 25.16% <0.00%> (-2.54%) ⬇️
... and 58 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c6c752...bdf592a. Read the comment docs.

@nkysg nkysg self-requested a review June 28, 2022 00:59
@nkysg nkysg merged commit 36fdb02 into master Jun 28, 2022
@nkysg nkysg deleted the dependabot/cargo/pprof-0.10.0 branch June 28, 2022 01:00
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.

1 participant