aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-09-24 13:52:16 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-09-24 13:52:16 +0300
commit68452021cb48a6689cdd52fdca434ee10ff76c99 (patch)
tree3ce243e841f1bb17d1a7059ae2f9f0f630854026 /src/testcurl
parent6130a29d6ad2dd65d9f7a469727bd546f446dbab (diff)
downloadlibmicrohttpd-68452021cb48a6689cdd52fdca434ee10ff76c99.tar.gz
libmicrohttpd-68452021cb48a6689cdd52fdca434ee10ff76c99.zip
test_concurrent_stop: removed unused define
Diffstat (limited to 'src/testcurl')
-rw-r--r--src/testcurl/test_concurrent_stop.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/testcurl/test_concurrent_stop.c b/src/testcurl/test_concurrent_stop.c
index 1bdae35f..845f71f5 100644
--- a/src/testcurl/test_concurrent_stop.c
+++ b/src/testcurl/test_concurrent_stop.c
@@ -41,12 +41,6 @@
41#endif 41#endif
42 42
43/** 43/**
44 * How many rounds of operations do we do for each
45 * test (total number of requests will be ROUNDS * PAR).
46 */
47#define ROUNDS 50000
48
49/**
50 * How many requests do we do in parallel? 44 * How many requests do we do in parallel?
51 */ 45 */
52#define PAR (CPU_COUNT * 4) 46#define PAR (CPU_COUNT * 4)