Skip to content

Commit

Permalink
Scenarios: add required superscript
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Mar 2, 2021
1 parent ebd08b8 commit ddfa6d9
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ also adds the following options:

| Option | Type | Description | Default |
| ------------- | ------- | ---------------------------------------------------------------------------------- | ------- |
| `vus` | integer | Number of VUs to run concurrently. | `1` |
| `iterations` | integer | Total number of script iterations to execute across all VUs. | `1` |
| `maxDuration` | string | Maximum scenario duration before it's forcibly stopped (excluding `gracefulStop`). | `"10m"` |
| vus | integer | Number of VUs to run concurrently. | `1` |
| iterations | integer | Total number of script iterations to execute across all VUs. | `1` |
| maxDuration | string | Maximum scenario duration before it's forcibly stopped (excluding `gracefulStop`). | `"10m"` |

### When to use

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ also adds the following options:

| Option | Type | Description | Default |
| ------------- | ------- | ---------------------------------------------------------------------------------- | ------- |
| `vus` | integer | Number of VUs to run concurrently. | `1` |
| `iterations` | integer | Number of `exec` function iterations to be executed by each VU. | `1` |
| `maxDuration` | string | Maximum scenario duration before it's forcibly stopped (excluding `gracefulStop`). | `"10m"` |
| vus | integer | Number of VUs to run concurrently. | `1` |
| iterations | integer | Number of `exec` function iterations to be executed by each VU. | `1` |
| maxDuration | string | Maximum scenario duration before it's forcibly stopped (excluding `gracefulStop`). | `"10m"` |

## When to use

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ also adds the following options:

| Option | Type | Description | Default |
| ----------- | ------- | --------------------------------------------------- | ------- |
| `duration*` | string | Total scenario duration (excluding `gracefulStop`). | - |
| `vus` | integer | Number of VUs to run concurrently. | `1` |
| duration<sup>(required)</sup> | string | Total scenario duration (excluding `gracefulStop`). | - |
| vus | integer | Number of VUs to run concurrently. | `1` |

## When to use

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ also adds the following options:

| Option | Type | Description | Default |
| ------------------ | ------- | ---------------------------------------------------------------------------------------------- | ------- |
| `stages*` | array | Array of objects that specify the target number of VUs to ramp up or down to. | `[]` |
| `startVUs` | integer | Number of VUs to run at test start. | `1` |
| `gracefulRampDown` | string | Time to wait for an already started iteration to finish before stopping it during a ramp down. | `"30s"` |
| stages<sup>(required)</sup> | array | Array of objects that specify the target number of VUs to ramp up or down to. | `[]` |
| startVUs | integer | Number of VUs to run at test start. | `1` |
| gracefulRampDown | string | Time to wait for an already started iteration to finish before stopping it during a ramp down. | `"30s"` |

## When to use

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ also adds the following options:

| Option | Type | Description | Default |
| ------------------ | ------- | --------------------------------------------------------------------------------------- | ------- |
| `duration*` | string | Total scenario duration (excluding `gracefulStop`). | - |
| `rate*` | integer | Number of iterations to execute each `timeUnit` period. | - |
| `preAllocatedVUs*` | integer | Number of VUs to pre-allocate before test start in order to preserve runtime resources. | - |
| `timeUnit` | string | Period of time to apply the `rate` value. | `"1s"` |
| `maxVUs` | integer | Maximum number of VUs to allow during the test run. | - |
| duration<sup>(required)</sup> | string | Total scenario duration (excluding `gracefulStop`). | - |
| rate<sup>(required)</sup> | integer | Number of iterations to execute each `timeUnit` period. | - |
| preAllocatedVUs<sup>(required)</sup> | integer | Number of VUs to pre-allocate before test start in order to preserve runtime resources. | - |
| timeUnit | string | Period of time to apply the `rate` value. | `"1s"` |
| maxVUs | integer | Maximum number of VUs to allow during the test run. | - |

## When to use

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ also adds the following options:

| Option | Type | Description | Default |
| ------------------ | ------- | --------------------------------------------------------------------------------------- | ------- |
| `stages*` | array | Array of objects that specify the target number of iterations to ramp up or down to. | `[]` |
| `preAllocatedVUs*` | integer | Number of VUs to pre-allocate before test start in order to preserve runtime resources. | - |
| `startRate` | integer | Number of iterations to execute each `timeUnit` period at test start. | `0` |
| `timeUnit` | string | Period of time to apply the `startRate` the `stages` `target` value. | `"1s"` |
| `maxVUs` | integer | Maximum number of VUs to allow during the test run. | - |
| stages<sup>(required)</sup> | array | Array of objects that specify the target number of iterations to ramp up or down to. | `[]` |
| preAllocatedVUs<sup>(required)</sup> | integer | Number of VUs to pre-allocate before test start in order to preserve runtime resources. | - |
| startRate | integer | Number of iterations to execute each `timeUnit` period at test start. | `0` |
| timeUnit | string | Period of time to apply the `startRate` the `stages` `target` value. | `"1s"` |
| maxVUs | integer | Maximum number of VUs to allow during the test run. | - |

## When to use

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ also adds the following options:

| Option | Type | Description | Default |
| ----------- | ------- | --------------------------------------------------- | ------- |
| `duration*` | string | Total test duration. | - |
| `vus` | integer | Number of VUs to run concurrently. | - |
| `maxVUs` | integer | Maximum number of VUs to allow during the test run. | - |
| duration<sup>(required)</sup> | string | Total test duration. | - |
| vus | integer | Number of VUs to run concurrently. | - |
| maxVUs | integer | Maximum number of VUs to allow during the test run. | - |

## When to use

Expand Down

0 comments on commit ddfa6d9

Please sign in to comment.