aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/perf_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/perf_get.c')
-rw-r--r--src/testcurl/perf_get.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testcurl/perf_get.c b/src/testcurl/perf_get.c
index eb33ea0c..4a903e39 100644
--- a/src/testcurl/perf_get.c
+++ b/src/testcurl/perf_get.c
@@ -569,7 +569,8 @@ testExternalGet (int port)
569 in actual runtime right now, even though the 569 in actual runtime right now, even though the
570 number of select calls is virtually cut in half 570 number of select calls is virtually cut in half
571 (and 'select' is the most expensive of our system 571 (and 'select' is the most expensive of our system
572 calls according to 'strace') */if (0) 572 calls according to 'strace') */
573 if (0)
573 MHD_run (d); 574 MHD_run (d);
574 else 575 else
575 MHD_run_from_select (d, &rs, &ws, &es); 576 MHD_run_from_select (d, &rs, &ws, &es);