Skip to content

v0.15.0

Compare
Choose a tag to compare
@ddosifyadmin ddosifyadmin released this 27 Feb 21:14
· 528 commits to master since this release
71f891c

Introducing engine modes:

engine_mode is optional in the config file.

  • distinct-user mode simulates a new user for every iteration.
  • repeated-user mode can use pre-used user in subsequent iterations.
  • ddosify mode is the default mode of the engine. In this mode, the engine runs in its max capacity, and does not show user simulation behavior.

Breaking Changes

keep-alive is removed from config file. In default mode, the engine will use keep-alive for all requests. If you want to disable keep-alive for a step, you can add Connection: close header to the step.

More? 🚀