Skip to content

Add read-only mode option to Performance Tool

Nailia Iskhakova requested to merge add-read-only-mode-option into master

Closes #129 (closed)

MR adds new option -r, --read-only to be able to run test only with GET requests. No new flags were added, before running the test we will exclude tests with delete, post, put request methods.

Merge request reports