X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=bench_select_vs_event.php;h=3bc9aed75c71adbc3ca75dc1759e35d99a8d07b9;hp=2e3886167cf7d8c77e9b2e79f275cdc54cebae03;hb=046973e332c1475f9bf7717af9d33a75283deb37;hpb=f753226f1f45e10ef3916256ec1bc0416c8644a8 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;