From: Michael Wallner Date: Wed, 9 Oct 2013 07:42:23 +0000 (+0000) Subject: remove debug X-Git-Tag: RELEASE_2_1_0_RC3~10^2^2~16 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=8207195bc7a4039dc9bdb5fd2094f4bf59be3c53;p=m6w6%2Fext-http remove debug --- diff --git a/bench_select_vs_event.php b/bench_select_vs_event.php index 2e38861..3bc9aed 100644 --- a/bench_select_vs_event.php +++ b/bench_select_vs_event.php @@ -30,7 +30,7 @@ isset($opts["c"]) or $opts["c"] = 10; isset($opts["n"]) or $opts["n"] = 1000; $argc > 1 or usage(); -var_Dump($opts); + $time = microtime(true); $count = 0; $client = new http\Client;