aboutsummaryrefslogtreecommitdiff
path: root/test/bench_http.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-11-14 23:02:42 +0000
committerCy Schubert <cy@FreeBSD.org>2023-11-14 23:02:42 +0000
commit5223d1d95fddcef6f9a36e264a5800bd907ade8b (patch)
tree818b1eba912c588e39058586485699385c3179fe /test/bench_http.c
parentcbc620a473ce23d882ba3e9f91ec0c6c12dcd239 (diff)
Diffstat (limited to 'test/bench_http.c')
-rw-r--r--test/bench_http.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bench_http.c b/test/bench_http.c
index d20d3bc79010..80377ee60583 100644
--- a/test/bench_http.c
+++ b/test/bench_http.c
@@ -101,6 +101,9 @@ main(int argc, char **argv)
return (1);
#endif
+ setbuf(stdout, NULL);
+ setbuf(stderr, NULL);
+
for (i = 1; i < argc; ++i) {
if (*argv[i] != '-')
continue;