Commit 0a74ed61 authored by Benjamin Blanc's avatar Benjamin Blanc

benchmark: createWebPage: restore random sleep

parent 35694c84
......@@ -8,14 +8,14 @@ from utils import *
PREFIX_TITLE = ""
TMIN_SLEEP_SHORT = 0
TMAX_SLEEP_SHORT = 0
TMIN_SLEEP = 0
TMAX_SLEEP = 0
TMIN_SLEEP_LONG = 0
TMAX_SLEEP_LONG = 0
NUMMAX_FOLLOW_UP = 0
NUMMAX_CONTRIBUTORS = 0
TMIN_SLEEP_SHORT = 1
TMAX_SLEEP_SHORT = 3
TMIN_SLEEP = 2
TMAX_SLEEP = 6
TMIN_SLEEP_LONG = 4
TMAX_SLEEP_LONG = 8
NUMMAX_FOLLOW_UP = 1
NUMMAX_CONTRIBUTORS = 1
def createWebPage(result, browser):
"""
......
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