Skip to content

Commit

Permalink
Update CONTRIBUTING/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Heitor Tashiro Sergent <heitortsergent@gmail.com>
  • Loading branch information
federicotdn and heitortsergent authored Jan 15, 2025
1 parent 67786d2 commit 9fde14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Any option taking the form of `env.KEY=VALUE` will be parsed by the `md-k6.py` s
### `fixedscenarios` Option
By default, all code snippets will are run with whatever scenarios they define via their `options` variable. However, some command line arguments to `md-k6.py` can change this, for example: `-d`/`--duration`. This option will replace the scenarios for all code snippets run with a scenario lasting only a specific amount of time. However, this behaviour may break some scripts, for this reason, it is possible to specify the `fixedscenarios` option to ensure that the code snippet scenarios will be used as they appear in the Markdown file.
By default, all code snippets are run with whatever scenarios they define via their `options` variable. However, some command line arguments to `md-k6.py` can change this, for example: `-d`/`--duration`. This option replaces the scenarios for all code snippets run with a scenario lasting only a specific amount of time. However, this behavior may break some scripts, for this reason, it is possible to specify the `fixedscenarios` option to ensure that the code snippet scenarios will be used as they appear in the Markdown file.
### Usage
Expand Down

0 comments on commit 9fde14a

Please sign in to comment.