Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Romain Courteaud
erp5_rtl_support
Commits
d7b7c73d
Commit
d7b7c73d
authored
Dec 04, 2017
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scalability_test: fixing test suite definition
parent
f82a1540
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scalability_test/__init__.py
scalability_test/__init__.py
+2
-2
No files found.
scalability_test/__init__.py
View file @
d7b7c73d
...
...
@@ -7,10 +7,10 @@ class ERP5_scalability():
return
[
'createPerson'
]
def
getTestPath
(
self
):
return
'example
s
/'
return
'example/'
def
getUsersFilePath
(
self
):
return
'example
s
/scalabilityUsers'
return
'example/scalabilityUsers'
def
getUserQuantity
(
self
,
test_number
):
return
[
20
,
30
,
40
,
50
,
75
][
test_number
]
...
...
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