-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
L4-7 models #263
base: master
Are you sure you want to change the base?
L4-7 models #263
Changes from 5 commits
6cbd1fd
a23befe
a530881
b5f4a54
084b9a4
4d4f47b
fea185c
edd99ca
4da8e6b
d25e0c9
7673243
f4ad745
21d176d
098886b
24a27e9
8cb7990
51fab7a
18c5e63
d9e832a
375dbc2
e8994a8
daf8f63
9b43e80
78ed28f
62e9162
a00158b
635c867
b897b7f
f5c76af
3ab6257
b4b40d0
98b7894
e3b4a7f
8c5bc80
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,13 @@ components: | |
type: string | ||
x-field-uid: 2 | ||
x-enum: | ||
"1.0": | ||
"v10": | ||
x-field-uid: 1 | ||
"1.1": | ||
"v11": | ||
x-field-uid: 2 | ||
"2.0": | ||
"v20": | ||
x-field-uid: 3 | ||
default: "1.0" | ||
default: "v10" | ||
http_port: | ||
description: >- | ||
The port number to which the HTTP server will respond to non-SSL requests. | ||
|
@@ -33,7 +33,7 @@ components: | |
x-field-uid: 3 | ||
request_timeout: | ||
description: >- | ||
The amount of seconds that the server will wait for input on an open connection before closing the session with a ‘408’ error. | ||
The amount of seconds that the server will wait for input on an open connection before closing the session with a 408 error. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The amount of seconds --> The number of seconds There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated in PR |
||
type: integer | ||
default: 300 | ||
x-field-uid: 4 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ components: | |
x-field-uid: 1 | ||
throughput: | ||
x-field-uid: 2 | ||
conn_connections: | ||
concurrent_connections: | ||
x-field-uid: 3 | ||
simulated_user: | ||
x-field-uid: 2 | ||
$ref: '#/components/schemas/Objective.Simulated_user' | ||
throughput: | ||
x-field-uid: 3 | ||
$ref: '#/components/schemas/Objective.Throughput' | ||
conn_connections: | ||
concurrent_connections: | ||
x-field-uid: 4 | ||
$ref: '#/components/schemas/Objective.Conn_curr' | ||
|
||
|
@@ -39,7 +39,7 @@ components: | |
x-field-uid: 1 | ||
ramp_up_type: | ||
description: >- | ||
Ramp up type for test. | ||
Ramp up type to either bring up users at a certain rate. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The description is still not fully clear to me. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated in PR |
||
type: string | ||
x-field-uid: 2 | ||
x-enum: | ||
|
@@ -49,7 +49,7 @@ components: | |
x-field-uid: 2 | ||
"immediate": | ||
x-field-uid: 3 | ||
default: "1.0" | ||
default: "users_intervals" | ||
ramp_up_value: | ||
description: >- | ||
Value applied to ramp_up_type to either bring up users at a certain rate. | ||
|
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be an integer or some other type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated with boolean