ityfuzz icon indicating copy to clipboard operation
ityfuzz copied to clipboard

What factor determines speed?

Open graphenepay opened this issue 1 year ago • 3 comments

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?

graphenepay avatar Sep 15 '24 17:09 graphenepay

Higher CPU frequency and faster node access give better performance.

shouc avatar Sep 16 '24 19:09 shouc

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

graphenepay avatar Sep 17 '24 06:09 graphenepay

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

cargo build --release --features no_etherscan

shouc avatar Sep 27 '24 17:09 shouc