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

chore: replace the test cases with the same ones used in Geth #76

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pythonberg1997
Copy link
Contributor

Description

This pr is to replace some test cases

Rationale

To ensure the bls precompile contracts are functioning properly

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

Potential Impacts

  • add potential impacts for other components here
  • ...

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Valgrind Results:

==6172== Cachegrind, a cache and branch-prediction profiler
==6172== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6172== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6172== Command: target/release/snailtracer
==6172== 
--6172-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 2.012207482s
==6172== 
==6172== I   refs:      479,813,385
==6172== I1  misses:          3,212
==6172== LLi misses:          2,888
==6172== I1  miss rate:        0.00%
==6172== LLi miss rate:        0.00%
==6172== 
==6172== D   refs:      216,897,189  (137,944,999 rd   + 78,952,190 wr)
==6172== D1  misses:        344,595  (    204,447 rd   +    140,148 wr)
==6172== LLd misses:        137,695  (      4,408 rd   +    133,287 wr)
==6172== D1  miss rate:         0.2% (        0.1%     +        0.2%  )
==6172== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==6172== 
==6172== LL refs:           347,807  (    207,659 rd   +    140,148 wr)
==6172== LL misses:         140,583  (      7,296 rd   +    133,287 wr)
==6172== LL miss rate:          0.0% (        0.0%     +        0.2%  )

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