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:
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: