Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tristan Cavelier
erp5
Commits
d7b7c73d
Commit
d7b7c73d
authored
7 years ago
by
Roque
Browse files
Options
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():
...
@@ -7,10 +7,10 @@ class ERP5_scalability():
return
[
'createPerson'
]
return
[
'createPerson'
]
def
getTestPath
(
self
):
def
getTestPath
(
self
):
return
'example
s
/'
return
'example/'
def
getUsersFilePath
(
self
):
def
getUsersFilePath
(
self
):
return
'example
s
/scalabilityUsers'
return
'example/scalabilityUsers'
def
getUserQuantity
(
self
,
test_number
):
def
getUserQuantity
(
self
,
test_number
):
return
[
20
,
30
,
40
,
50
,
75
][
test_number
]
return
[
20
,
30
,
40
,
50
,
75
][
test_number
]
...
...
This diff is collapsed.
Click to expand it.
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