Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
telecom
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
Roque
telecom
Commits
6a88edd2
Commit
6a88edd2
authored
Nov 29, 2017
by
Roque Porchetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scalability_test: fixing typo
parent
5de594ba
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 @
6a88edd2
...
...
@@ -38,8 +38,8 @@ class WendelinERP5_scalability():
for
metric_dict
in
metric_list
:
if
metric_dict
[
"person_per_hour"
]
>
output_dict
[
"person_per_hour"
]:
output_dict
=
metric_dict
return
"Person: %s doc/hour; SaleOrder: %s doc/hour;"
%
(
str
(
output_dict
[
"person_per_hour"
]),
str
(
output_dict
[
"sale_order_per_hour"
]))
return
"Person: %s doc/hour; SaleOrder: %s doc/hour;"
%
(
str
(
output_dict
[
"person_per_hour"
]),
str
(
output_dict
[
"sale_order_per_hour"
]))
def
getBootstrapScalabilityTestUrl
(
self
,
count
=
0
,
instance_information_dict
,
**
kw
):
bootstrap_url
=
"http://%s:%s@%s/erp5"
%
(
instance_information_dict
[
'user'
],
...
...
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