Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
4d6693aa
Commit
4d6693aa
authored
May 12, 2015
by
davebshow
Browse files
updated benchmark
parent
1bdda00a
Changes
1
Hide whitespace changes
Inline
Side-by-side
benchmark.py
View file @
4d6693aa
...
...
@@ -79,7 +79,7 @@ ARGS.add_argument(
help
=
'message count (default: `%(default)s`)'
)
ARGS
.
add_argument
(
'-c'
,
'--concurrency'
,
action
=
"store"
,
nargs
=
'?'
,
type
=
int
,
default
=
500
,
nargs
=
'?'
,
type
=
int
,
default
=
256
,
help
=
'count of parallel requests (default: `%(default)s`)'
)
ARGS
.
add_argument
(
'-p'
,
'--poolsize'
,
action
=
"store"
,
...
...
@@ -87,7 +87,7 @@ ARGS.add_argument(
help
=
'num connected websockets (default: `%(default)s`)'
)
ARGS
.
add_argument
(
'-w'
,
'--warmups'
,
action
=
"store"
,
nargs
=
'?'
,
type
=
int
,
default
=
1
,
nargs
=
'?'
,
type
=
int
,
default
=
5
,
help
=
'num warmups (default: `%(default)s`)'
)
...
...
Write
Preview
Supports
Markdown
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