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
#50 made the workload generator multithreaded. However, this PR did not fine-tune the generator to make it as effective as possible. There are many different strategies to investigate for improving performance:
[blocked on #50]
Issue
#50 made the workload generator multithreaded. However, this PR did not fine-tune the generator to make it as effective as possible. There are many different strategies to investigate for improving performance:
ThreadPoolExecutoror queue.ThreadPoolExecutordocumentation under rejected tasks) so that failedexecutor.submits block and retry (see: Make workload generator multithreaded #50 (comment))