We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
Are there any plans to improve Slither's performance?
I am using Echidna on a big project, and I think slither is one of the main bottlenecks in my iterative process of compiling --> changing --> testing
$ echidna EchidnaTester.sol --test-mode assertion --contract EchidnaTester --config config.yaml [2023-08-31 14:33:53.84] Compiling EchidnaTester.sol... Done! (3.685049s) Analyzing contract: EchidnaTester.sol:EchidnaTester [2023-08-31 14:33:58.63] Running slither on EchidnaTester.sol... Done! (59.362562s)
Is this expected, or may I be running into any kind of issue?
The text was updated successfully, but these errors were encountered:
Hello, can you try this PR and see if it improves. Additionally you could also try it with thisa commit Cache contract functions declared. Thank you.
Sorry, something went wrong.
@smonicas thanks for the quick reply
I'm using the dev-echidna branch and it worked!
dev-echidna
[2023-08-31 15:10:19.64] Compiling EchidnaTester.sol... Done! (5.228761s) Analyzing contract: EchidnaTester.sol:EchidnaTester [2023-08-31 15:10:25.96] Running slither on EchidnaTester.sol... Done! (6.352373s)
I guess I'll close this issue
No branches or pull requests
Describe the desired feature
Hello
Are there any plans to improve Slither's performance?
I am using Echidna on a big project, and I think slither is one of the main bottlenecks in my iterative process of compiling --> changing --> testing
Is this expected, or may I be running into any kind of issue?
The text was updated successfully, but these errors were encountered: