Significant (3x) load time regression beginning in 9.0.10339
See original GitHub issueDescribe the bug. 3x load time regression in angr beginning with angr-9.0.10339
Version 9.0.10281
$ time python3 -m angr # version 9.0.10281
/usr/bin/python3: No module named angr.__main__; 'angr' is a package and cannot be directly executed
real 0m1.973s
user 0m1.842s
sys 0m0.131s
Version 9.0.10381
$ time python3 -m angr
/usr/bin/python3: No module named angr.__main__; 'angr' is a package and cannot be directly executed
real 0m6.119s
user 0m5.884s
sys 0m0.236s
Environment Information. Similar performance on old macbook and ec2 instance (should be reproducible on a bare ec2 instance).
To Reproduce. Compare versions 9.0.10281 and 9.0.10339 using the command
$ time python3 -m angr
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks! I will merge the PR once tests pass.
Apparently the more expensive EC2 instance is indeed running faster 😉
Running on an 2015 macbook at the moment and an underpowered t2.medium instance, both are about 6 seconds off of master. Just tested an m5.2xlarge and that’s about 3.5 seconds off of master.