Closed dependabot[bot] closed 5 months ago
Valgrind Results:
==6404== Cachegrind, a cache and branch-prediction profiler
==6404== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6404== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6404== Command: target/release/snailtracer
==6404==
--6404-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.825337267s
==6404==
==6404== I refs: 426,571,552
==6404== I1 misses: 6,011
==6404== LLi misses: 2,782
==6404== I1 miss rate: 0.00%
==6404== LLi miss rate: 0.00%
==6404==
==6404== D refs: 203,779,851 (132,070,351 rd + 71,709,500 wr)
==6404== D1 misses: 344,067 ( 203,895 rd + 140,172 wr)
==6404== LLd misses: 137,602 ( 4,257 rd + 133,345 wr)
==6404== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6404== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6404==
==6404== LL refs: 350,078 ( 209,906 rd + 140,172 wr)
==6404== LL misses: 140,384 ( 7,039 rd + 133,345 wr)
==6404== LL miss rate: 0.0% ( 0.0% + 0.2% )
Looks like alloy-primitives is up-to-date now, so this is no longer needed.
Bumps alloy-primitives from 0.7.4 to 0.7.6.
Release notes
Sourced from alloy-primitives's releases.
Changelog
Sourced from alloy-primitives's changelog.
Commits
155f7cc
chore: release 0.7.64a258dc
feat(primitives): add additional common aliases (#654)d467a78
feat(primitives): deriveArbitrary
for Signature (#652)72a8dd5
feat(primitives): implementops::Not
for fixed bytes (#650)5ef8d4c
chore(docs): add doc aliases forTx
prefixed names (#649)bf965fd
chore: update changelog.sh8baa2fd
feat(sol-macro): add return value names to simple getters (#648)9d5c39f
chore: fix CHANGELOG parsers for uppercase9435229
chore: release 0.7.54633b9d
chore(sol-macro): add suggestion to remove name (#647)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 show