Skip to content

fortio v0.6.2

Compare
Choose a tag to compare
@ldemailly ldemailly released this 13 Jan 05:59
· 492 commits to master since this release
19635c4

Changes since v0.6.1: #82 to fix #75

  • Support for exact number of calls

If you set RunnerOptions.Exactly to any number, that exact number of calls will be made, and without additional warmup - it will still try to reach the target QPS but if the service is slower it will take the time it will take

On the command line this mode is selected using -n num (this replaces/extends the former grpc ping count flag)

  • Adding the exact # option to the UI as well

Set the requested duration string to be the expected number of calls in that case