Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
0a74ed61
Commit
0a74ed61
authored
Aug 02, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
benchmark: createWebPage: restore random sleep
parent
35694c84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
erp5/util/benchmark/examples/createWebPage.py
erp5/util/benchmark/examples/createWebPage.py
+8
-8
No files found.
erp5/util/benchmark/examples/createWebPage.py
View file @
0a74ed61
...
...
@@ -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
):
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment