Commit 6b5dc8eb authored by Benjamin Blanc's avatar Benjamin Blanc

benchmark/process: reduce the interval of results flush

parent 10c59883
......@@ -35,7 +35,7 @@ import socket
from ..testbrowser.browser import Browser
from .result import NothingFlushedException
REPEAT_NUMBER_BEFORE_FLUSHING = 10
REPEAT_NUMBER_BEFORE_FLUSHING = 1
class BenchmarkProcess(multiprocessing.Process):
def __init__(self, exit_msg_queue, result_klass, argument_namespace,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment