test_https_get_parallel{,_threads}: removed artificial delay

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-10-10 11:54:29 +03:00
parent 8d00c4f778
commit 4237407f81
2 changed files with 0 additions and 4 deletions
@@ -56,8 +56,6 @@ https_transfer_thread_adapter (void *args)
struct https_test_data *cargs = args;
unsigned int ret;
/* time spread incoming requests */
usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX));
ret = test_https_transfer (NULL, cargs->port,
cargs->cipher_suite, cargs->proto_version);
if (ret == 0)
@@ -57,8 +57,6 @@ https_transfer_thread_adapter (void *args)
struct https_test_data *cargs = args;
unsigned int ret;
/* time spread incoming requests */
usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX));
ret = test_https_transfer (cargs->cls, cargs->port,
cargs->cipher_suite, cargs->proto_version);
if (ret == 0)