diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/rspamd_http_bench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rspamd_http_bench.c b/utils/rspamd_http_bench.c index 06f347013..2c7474573 100644 --- a/utils/rspamd_http_bench.c +++ b/utils/rspamd_http_bench.c @@ -61,7 +61,7 @@ static GOptionEntry entries[] = { "Size of payload to transfer (default: 500)", NULL}, {"conns", 'C', 0, G_OPTION_ARG_INT, &pconns, "Number of parallel connections (default: 100)", NULL}, - {"tests", 't', 0, G_OPTION_ARG_INT, &pconns, + {"tests", 't', 0, G_OPTION_ARG_INT, &ntests, "Number of tests to execute (default: 3000)", NULL}, {"openssl", 'o', 0, G_OPTION_ARG_NONE, &openssl_mode, "Use openssl crypto", NULL}, |