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 tracing from 0.1.32 to 0.1.33 #3324

Merged
merged 3 commits into from
Apr 17, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2022

Bumps tracing from 0.1.32 to 0.1.33.

Release notes

Sourced from tracing's releases.

tracing 0.1.33

This release adds new span_enabled! and event_enabled! variants of the enabled! macro, for testing whether a subscriber would specifically enable a span or an event.

Added

  • span_enabled! and event_enabled! macros (#1900)
  • Several documentation improvements (#2010, #2012)

Fixed

  • Compilation warning when compiling for <=32-bit targets (including wasm32) (#2060)

Thanks to @​guswynn, @​arifd, @​hrxi, @​CAD97, and @​name1e5s for contributing to this release!

#1900: tokio-rs/tracing#1900 #2010: tokio-rs/tracing#2010 #2012: tokio-rs/tracing#2012 #2060: tokio-rs/tracing#2060

Commits
  • 40fb304 tracing: prepare to release v0.1.33 (#2061)
  • d91af65 chore(ci): add a minimal-versions check (#2015)
  • ce613f8 journald: remove span field prefixes; add separate fields for span data (#1968)
  • b0146c5 subscriber: add missing Filter::on_record for to EnvFilter (#2058)
  • d554b2b subscriber: add inherent impls for EnvFilter methods (#2057)
  • 75f82ec subscriber: fix empty string handling in EnvFilter::builder().parse (#2052)
  • 66514cd chore: fix Rust 1.60 warnings (#2056)
  • 38da7ea tracing: fix issues compiling for WASM/other <=32-bit platforms (#2060)
  • 8f240e6 core: prepare to release 0.1.24 (#2042)
  • 42888dc subscriber: prepare to release v0.3.10 (#2041)
  • 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 the dependencies Pull requests that update a dependency file label Apr 10, 2022
@codecov
Copy link

codecov bot commented Apr 10, 2022

Codecov Report

Merging #3324 (ecbc2a7) into master (ab7eb86) will increase coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3324      +/-   ##
==========================================
+ Coverage   31.95%   32.12%   +0.18%     
==========================================
  Files         500      500              
  Lines       46810    46810              
  Branches    21305    21299       -6     
==========================================
+ Hits        14953    15034      +81     
+ Misses      17729    17587     -142     
- Partials    14128    14189      +61     
Flag Coverage Δ
unittests 32.12% <ø> (+0.18%) ⬆️

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

Impacted Files Coverage Δ
rpc/server/src/module/mod.rs 0.00% <0.00%> (-16.66%) ⬇️
vm/types/src/transaction/error.rs 3.58% <0.00%> (-10.71%) ⬇️
vm/natives/src/account.rs 25.00% <0.00%> (-6.25%) ⬇️
cmd/starcoin/src/cli_state.rs 48.79% <0.00%> (-4.87%) ⬇️
vm/types/src/transaction_metadata.rs 56.72% <0.00%> (-4.47%) ⬇️
types/src/account_state.rs 66.67% <0.00%> (-3.33%) ⬇️
vm/transaction-builder/src/lib.rs 23.97% <0.00%> (-3.17%) ⬇️
node/src/node.rs 10.31% <0.00%> (-2.14%) ⬇️
storage/src/db_storage/mod.rs 44.26% <0.00%> (-2.12%) ⬇️
state/statedb/src/lib.rs 39.83% <0.00%> (-1.74%) ⬇️
... and 68 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 8bee59b...ecbc2a7. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/cargo/tracing-0.1.33 branch from 5072b24 to 9993b1d Compare April 11, 2022 15:26
@github-actions
Copy link

Benchmark for 790441f

Click to view benchmark
Test Base PR %
accumulator_append 594.4±12.16µs 598.3±14.96µs +0.66%
block_apply/block_apply_10 266.7±1.10ms 267.1±3.25ms +0.15%
block_apply/block_apply_1000 27.5±0.03s 27.3±0.06s -0.73%
get_with_proof/db_store 35.7±0.34µs 36.2±1.75µs +1.40%
get_with_proof/mem_store 31.0±0.44µs 31.0±0.29µs 0.00%
put_and_commit/db_store/1 95.3±4.88µs 95.9±4.85µs +0.63%
put_and_commit/db_store/10 862.9±41.77µs 867.8±39.78µs +0.57%
put_and_commit/db_store/100 7.4±0.30ms 7.3±0.29ms -1.35%
put_and_commit/db_store/5 437.0±22.96µs 441.7±28.58µs +1.08%
put_and_commit/db_store/50 3.8±0.16ms 3.8±0.16ms 0.00%
put_and_commit/mem_store/1 61.0±5.70µs 61.3±5.80µs +0.49%
put_and_commit/mem_store/10 570.4±47.24µs 576.6±50.56µs +1.09%
put_and_commit/mem_store/100 5.7±0.84ms 5.7±0.84ms 0.00%
put_and_commit/mem_store/5 290.9±24.83µs 291.0±27.46µs +0.03%
put_and_commit/mem_store/50 2.8±0.20ms 2.8±0.19ms 0.00%
query_block/query_block_in(10)_times(100) 3.9±0.14ms 3.8±0.16ms -2.56%
query_block/query_block_in(10)_times(1000) 38.0±0.84ms 38.4±0.92ms +1.05%
query_block/query_block_in(10)_times(10000) 387.4±5.39ms 385.0±4.83ms -0.62%
query_block/query_block_in(1000)_times(100) 953.8±8.77µs 959.3±9.84µs +0.58%
query_block/query_block_in(1000)_times(1000) 9.5±0.04ms 9.5±0.07ms 0.00%
query_block/query_block_in(1000)_times(10000) 95.0±0.85ms 95.2±0.66ms +0.21%
storage_transaction 1094.2±357.30µs 1080.2±303.69µs -1.28%
vm/transaction_execution/1 317.6±1.12ms 318.0±2.20ms +0.13%
vm/transaction_execution/10 100.0±1.63ms 99.3±0.27ms -0.70%
vm/transaction_execution/20 92.6±4.11ms 91.3±0.14ms -1.40%
vm/transaction_execution/5 122.0±1.05ms 121.8±0.43ms -0.16%
vm/transaction_execution/50 103.3±1.05ms 103.4±1.14ms +0.10%

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.32 to 0.1.33.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.32...tracing-0.1.33)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@jolestar jolestar force-pushed the dependabot/cargo/tracing-0.1.33 branch from 94edf72 to c8bc091 Compare April 13, 2022 11:46
@github-actions
Copy link

Benchmark for 39a4de9

Click to view benchmark
Test Base PR %
accumulator_append 584.9±12.13µs 586.3±12.80µs +0.24%
block_apply/block_apply_10 262.8±1.37ms 262.6±0.59ms -0.08%
block_apply/block_apply_1000 27.1±0.03s 27.1±0.03s 0.00%
get_with_proof/db_store 36.4±0.34µs 35.9±0.36µs -1.37%
get_with_proof/mem_store 31.5±0.27µs 31.0±0.27µs -1.59%
put_and_commit/db_store/1 96.0±5.14µs 96.1±5.55µs +0.10%
put_and_commit/db_store/10 861.8±43.44µs 857.1±41.34µs -0.55%
put_and_commit/db_store/100 7.4±0.32ms 7.3±0.33ms -1.35%
put_and_commit/db_store/5 442.5±23.80µs 439.2±23.72µs -0.75%
put_and_commit/db_store/50 3.8±0.17ms 3.8±0.18ms 0.00%
put_and_commit/mem_store/1 61.3±5.86µs 61.4±5.81µs +0.16%
put_and_commit/mem_store/10 577.4±50.79µs 577.5±48.64µs +0.02%
put_and_commit/mem_store/100 5.6±0.84ms 5.7±0.89ms +1.79%
put_and_commit/mem_store/5 291.9±26.71µs 291.3±24.89µs -0.21%
put_and_commit/mem_store/50 2.8±0.19ms 2.8±0.20ms 0.00%
query_block/query_block_in(10)_times(100) 3.9±0.10ms 3.8±0.16ms -2.56%
query_block/query_block_in(10)_times(1000) 38.6±0.98ms 38.7±0.86ms +0.26%
query_block/query_block_in(10)_times(10000) 383.9±3.91ms 383.9±8.26ms 0.00%
query_block/query_block_in(1000)_times(100) 944.0±16.17µs 938.9±6.46µs -0.54%
query_block/query_block_in(1000)_times(1000) 9.4±0.10ms 9.4±0.07ms 0.00%
query_block/query_block_in(1000)_times(10000) 93.6±1.29ms 93.9±0.55ms +0.32%
storage_transaction 1071.5±290.11µs 1066.4±293.96µs -0.48%
vm/transaction_execution/1 310.8±2.43ms 317.4±2.11ms +2.12%
vm/transaction_execution/10 97.4±0.25ms 99.3±0.69ms +1.95%
vm/transaction_execution/20 90.3±1.02ms 91.1±0.36ms +0.89%
vm/transaction_execution/5 120.1±1.61ms 121.7±1.08ms +1.33%
vm/transaction_execution/50 101.5±0.49ms 103.8±2.94ms +2.27%

@github-actions
Copy link

Benchmark for 98fc212

Click to view benchmark
Test Base PR %
accumulator_append 581.0±12.48µs 591.5±12.28µs +1.81%
block_apply/block_apply_10 262.3±1.30ms 261.5±0.60ms -0.30%
block_apply/block_apply_1000 26.7±0.04s 26.7±0.02s 0.00%
get_with_proof/db_store 36.0±0.33µs 36.2±0.48µs +0.56%
get_with_proof/mem_store 31.1±0.50µs 31.1±0.30µs 0.00%
put_and_commit/db_store/1 95.2±5.08µs 95.1±4.76µs -0.11%
put_and_commit/db_store/10 854.6±40.20µs 857.6±41.10µs +0.35%
put_and_commit/db_store/100 7.3±0.32ms 7.4±0.31ms +1.37%
put_and_commit/db_store/5 435.4±23.05µs 437.0±22.79µs +0.37%
put_and_commit/db_store/50 3.8±0.17ms 3.8±0.17ms 0.00%
put_and_commit/mem_store/1 61.6±5.63µs 61.6±5.58µs 0.00%
put_and_commit/mem_store/10 578.1±49.11µs 583.9±48.94µs +1.00%
put_and_commit/mem_store/100 5.7±0.82ms 5.7±0.81ms 0.00%
put_and_commit/mem_store/5 292.1±25.34µs 291.8±24.44µs -0.10%
put_and_commit/mem_store/50 2.8±0.19ms 2.8±0.18ms 0.00%
query_block/query_block_in(10)_times(100) 3.8±0.09ms 3.8±0.07ms 0.00%
query_block/query_block_in(10)_times(1000) 38.5±0.82ms 38.4±1.03ms -0.26%
query_block/query_block_in(10)_times(10000) 381.3±8.94ms 385.4±3.87ms +1.08%
query_block/query_block_in(1000)_times(100) 932.7±6.48µs 966.8±7.65µs +3.66%
query_block/query_block_in(1000)_times(1000) 9.3±0.07ms 9.7±0.08ms +4.30%
query_block/query_block_in(1000)_times(10000) 92.5±0.85ms 96.4±0.57ms +4.22%
storage_transaction 1057.5±283.10µs 1060.4±326.73µs +0.27%
vm/transaction_execution/1 311.9±1.05ms 312.2±0.87ms +0.10%
vm/transaction_execution/10 98.3±0.40ms 98.7±1.66ms +0.41%
vm/transaction_execution/20 91.7±0.50ms 91.9±1.09ms +0.22%
vm/transaction_execution/5 119.8±0.48ms 120.3±1.16ms +0.42%
vm/transaction_execution/50 105.9±0.58ms 106.4±1.86ms +0.47%

@LemonHX LemonHX merged commit 0cab541 into master Apr 17, 2022
@LemonHX LemonHX deleted the dependabot/cargo/tracing-0.1.33 branch April 17, 2022 12:46
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