hazana icon indicating copy to clipboard operation
hazana copied to clipboard

package to build load tests for services (http, gRPC, tcp) by implementing an Attacker

Results 2 hazana issues
Sort by recently updated
recently updated
newest added

The documentation in README.md was not fully consistent with the command-line flags defined in config.go. This change updates both the README.md and the help text in config.go to make them...

This change improves performance by removing the per-request goroutine in the `attack` function. The `Attack` interface contract and mock implementation have been updated accordingly.