Skip to content

Commit 7347bf3

Browse files
committed
Remove perormance section from README
It is a bit convoluted. It includes the start up time, which makes it inaccurate. It would be nice to have real perf benchmarks, but removing this for now makes sense imo.
1 parent 0d99d9e commit 7347bf3

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,6 @@ The examples have been written to be compatible with the [DNode examples](https:
3838
* Only regular, non-encrypted TCP sockets are supported
3939
* Only one simultaneous connection supported
4040

41-
## Performance
42-
43-
Surprisingly, with simple calls PHP is faster as a DNode client than Node.js. Talking to the _simple example_ DNode server from the dnode repository:
44-
45-
$ time php examples/simple/client.php
46-
n = 3300
47-
48-
real 0m0.067s
49-
user 0m0.030s
50-
sys 0m0.030s
51-
52-
The same with a Node.js client:
53-
54-
$ time node simple/client.js
55-
n = 3300
56-
57-
real 0m0.173s
58-
user 0m0.140s
59-
sys 0m0.030s
60-
6141
## Development
6242

6343
dnode-php is under heavy development. If you want to participate, please send pull requests.

0 commit comments

Comments
 (0)