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

What factor determines speed? #539

Open
graphenepay opened this issue Sep 15, 2024 · 3 comments
Open

What factor determines speed? #539

graphenepay opened this issue Sep 15, 2024 · 3 comments

Comments

@graphenepay
Copy link

Comparing my 'regular' PC (16cores) against my server (96 cores), there is almost 0 speed profit.
What is the decisive factor to run on-chain tests at faster speed?

@shouc
Copy link
Contributor

shouc commented Sep 16, 2024

Higher CPU frequency and faster node access give better performance.

@graphenepay
Copy link
Author

And the etherscan integration for onchain? Is that needed? I assume it limits the execution speed as well

@shouc
Copy link
Contributor

shouc commented Sep 27, 2024

You can build with no_etherscan feature. ItyFuzz would then use the decompiler to replace Etherscan.

cargo build --release --features no_etherscan

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

No branches or pull requests

2 participants