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

feat: restructure part3 fix examples #1792

Merged
merged 7 commits into from
Sep 20, 2024
Merged

Conversation

rakita
Copy link
Member

@rakita rakita commented Sep 20, 2024

cargo depgraph --no-default-features --workspace-only | dot -Tpng > graph.png

image

Exclude example crates:
cargo depgraph --no-default-features --workspace-only --exclude example-block-traces,example-contract-deployment,example-database-components,example-database-ref,example-uniswap-get-reserves,example-uniswap-v2-usdc-swap | dot -Tpng > graph.png
image

Copy link
Contributor

github-actions bot commented Sep 20, 2024

Valgrind Results:

==4488== Cachegrind, a cache and branch-prediction profiler
==4488== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4488== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4488== Command: target/release/revme bench snailtracer
==4488== 
--4488-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.880915455s
==4488== 
==4488== I   refs:      429,380,096
==4488== I1  misses:          4,648
==4488== LLi misses:          4,161
==4488== I1  miss rate:        0.00%
==4488== LLi miss rate:        0.00%
==4488== 
==4488== D   refs:      205,675,148  (133,128,924 rd   + 72,546,224 wr)
==4488== D1  misses:        346,747  (    203,714 rd   +    143,033 wr)
==4488== LLd misses:        142,397  (      7,263 rd   +    135,134 wr)
==4488== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==4488== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4488== 
==4488== LL refs:           351,395  (    208,362 rd   +    143,033 wr)
==4488== LL misses:         146,558  (     11,424 rd   +    135,134 wr)
==4488== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit f75998a into main Sep 20, 2024
27 checks passed
@rakita rakita deleted the rakita/restructure_p4_examples branch September 21, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant