You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dalfox's CPU usage seems quite high: it can go up to 400% for a single URL !
Should we open a thread for perf improvements maybe by profiling the code to see where it's spending time exactly: most of dalfox functionality should be I/O-bound, not CPU-bound, since the main goal is to make requests.
The text was updated successfully, but these errors were encountered:
@ocervell
Thank you for your feedback on dalfox's CPU usage. I completely see where you're coming from, and I agree that this area could use improvement. I'll prioritize performance enhancements and start addressing this right away!
dalfox's CPU usage seems quite high: it can go up to 400% for a single URL !
Should we open a thread for perf improvements maybe by profiling the code to see where it's spending time exactly: most of dalfox functionality should be I/O-bound, not CPU-bound, since the main goal is to make requests.
for now you can use "cpulimit" until this is fixed
dalfox
's CPU usage seems quite high: it can go up to 400% for a single URL !Should we open a thread for perf improvements maybe by profiling the code to see where it's spending time exactly: most of
dalfox
functionality should be I/O-bound, not CPU-bound, since the main goal is to make requests.The text was updated successfully, but these errors were encountered: