Closed dependabot[bot] closed 3 weeks ago
Valgrind Results:
==6523== Cachegrind, a cache and branch-prediction profiler
==6523== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6523== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6523== Command: target/release/snailtracer
==6523==
--6523-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.788864525s
==6523==
==6523== I refs: 427,739,997
==6523== I1 misses: 3,125
==6523== LLi misses: 2,824
==6523== I1 miss rate: 0.00%
==6523== LLi miss rate: 0.00%
==6523==
==6523== D refs: 204,084,153 (132,274,765 rd + 71,809,388 wr)
==6523== D1 misses: 340,830 ( 200,872 rd + 139,958 wr)
==6523== LLd misses: 137,641 ( 4,349 rd + 133,292 wr)
==6523== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6523== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6523==
==6523== LL refs: 343,955 ( 203,997 rd + 139,958 wr)
==6523== LL misses: 140,465 ( 7,173 rd + 133,292 wr)
==6523== LL miss rate: 0.0% ( 0.0% + 0.2% )
Superseded by #81.
Bumps tokio from 1.38.0 to 1.40.0.
Release notes
Sourced from tokio's releases.
... (truncated)
Commits
ea6d652
chore: prepare Tokio v1.40.0 (#6806)11f66f4
chore: replaceready!
withstd::task::ready!
(#6804)479a56a
time: eliminate timer wheel allocations (#6779)b37f0de
runtime: implement initial set of task hooks (#6742)c9fad08
codec: fix typo in the docs forEncoder::Error
(#6800)cc70a21
task: addjoin_all
method toJoinSet
(#6784)1ac8dff
task: addAbortOnDropHandle
type (#6786)ff3f2a8
io: addSimplexStream
(#6589)5b9a290
io: clarify zero remaining capacity case (#6790)70569bd
task: fix typo inTaskTracker
docs (#6792)You can trigger a rebase of this PR 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 show