Closed dependabot[bot] closed 5 months ago
Valgrind Results:
==6320== Cachegrind, a cache and branch-prediction profiler
==6320== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6320== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6320== Command: target/release/snailtracer
==6320==
--6320-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.808121827s
==6320==
==6320== I refs: 422,733,720
==6320== I1 misses: 3,946
==6320== LLi misses: 2,789
==6320== I1 miss rate: 0.00%
==6320== LLi miss rate: 0.00%
==6320==
==6320== D refs: 205,658,584 (133,300,833 rd + 72,357,751 wr)
==6320== D1 misses: 344,676 ( 204,500 rd + 140,176 wr)
==6320== LLd misses: 137,598 ( 4,255 rd + 133,343 wr)
==6320== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6320== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6320==
==6320== LL refs: 348,622 ( 208,446 rd + 140,176 wr)
==6320== LL misses: 140,387 ( 7,044 rd + 133,343 wr)
==6320== LL miss rate: 0.0% ( 0.0% + 0.2% )
Looks like rstest is up-to-date now, so this is no longer needed.
Bumps rstest from 0.19.0 to 0.21.0.
Release notes
Sourced from rstest's releases.
Changelog
Sourced from rstest's changelog.
Commits
38da6bf
Prepare 0.21.0 Releaseca69788
bump version rstest_test to 0.13.0b6b43c6
Clean chackoutlistfef4f7b
Implemented Opt-in crate-name support Fix #258236be92
Build should use build tests target8fde5be
Prepare next changelogf29e634
Dependency should have a n explicit version to be publishede27ad2a
Removed empty section3867794
Fixed docsb90fb8e
Fix checkout listDependabot 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