Closed dependabot[bot] closed 3 weeks ago
Valgrind Results:
==6537== Cachegrind, a cache and branch-prediction profiler
==6537== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6537== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6537== Command: target/release/snailtracer
==6537==
--6537-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.807135532s
==6537==
==6537== I refs: 427,740,487
==6537== I1 misses: 3,340
==6537== LLi misses: 2,826
==6537== I1 miss rate: 0.00%
==6537== LLi miss rate: 0.00%
==6537==
==6537== D refs: 204,084,247 (132,274,859 rd + 71,809,388 wr)
==6537== D1 misses: 340,393 ( 200,434 rd + 139,959 wr)
==6537== LLd misses: 137,639 ( 4,348 rd + 133,291 wr)
==6537== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6537== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6537==
==6537== LL refs: 343,733 ( 203,774 rd + 139,959 wr)
==6537== LL misses: 140,465 ( 7,174 rd + 133,291 wr)
==6537== LL miss rate: 0.0% ( 0.0% + 0.2% )
Superseded by #79.
Bumps alloy-rlp from 0.3.4 to 0.3.8.
Changelog
Sourced from alloy-rlp's changelog.
Commits
9aef28e
chore: release 0.3.8dd9383e
docs: update CHANGELOG.md2ba859b
feat: add function to decode an entire slice (#23)d3df251
fix clippy warnings (#26)ac00e2e
Add testcase for bool type (#25)8d5c6dd
chore: fixRlpEncodableWrapper
documentation (#22)530c747
allow dead code to test derives (#24)ddb1f26
chore: release 0.3.71faf920
docs: update CHANGELOG.md6714e7a
make PayloadView public (#20)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