Fixed crasing on limited number of requests
This commit is contained in:
parent
576befded6
commit
2c96c1f9ff
@ -198,6 +198,7 @@ def run_benchmark(
|
|||||||
worker.terminate() # Not the nicest solution
|
worker.terminate() # Not the nicest solution
|
||||||
|
|
||||||
# Stop the input generator
|
# Stop the input generator
|
||||||
|
if input_generator_thread:
|
||||||
input_generator_thread.active = False
|
input_generator_thread.active = False
|
||||||
|
|
||||||
# read out all send requests to an array for handling later:
|
# read out all send requests to an array for handling later:
|
||||||
|
Loading…
Reference in New Issue
Block a user