Skip to content

Commit

Permalink
Merge pull request #92 from dmand/doc/scenario-start-event
Browse files Browse the repository at this point in the history
Add docs for new `scenario_start` event
  • Loading branch information
tarekziade committed Sep 18, 2017
2 parents 53acc49 + ebd2b03 commit c66872c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/events.rst
Expand Up @@ -14,8 +14,9 @@ Current supported events and their keyword arguments:
- **sending_request**: session, request
- **response_received**: session, response, request
- **current_workers**: workers
- **scenario_success**: scenario
- **scenario_failure**: scenario, exception
- **scenario_start**: scenario, wid
- **scenario_success**: scenario, wid
- **scenario_failure**: scenario, exception, wid

The framework will gradually get more events triggered from
every step in the load test cycle.
Expand Down

0 comments on commit c66872c

Please sign in to comment.