github getanteon/anteon v0.15.0

3 years ago

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? 🚀

Don't miss a new anteon release

NewReleases is sending notifications on new releases.