projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
9650ced
)
remove debug
author
Michael Wallner
<mike@php.net>
Wed, 9 Oct 2013 07:42:23 +0000
(07:42 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 9 Oct 2013 07:42:23 +0000
(07:42 +0000)
bench_select_vs_event.php
patch
|
blob
|
history
diff --git
a/bench_select_vs_event.php
b/bench_select_vs_event.php
index 2e3886167cf7d8c77e9b2e79f275cdc54cebae03..3bc9aed75c71adbc3ca75dc1759e35d99a8d07b9 100644
(file)
--- 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;