Update websockets.md

This commit is contained in:
Serdar Dogruyol 2015-12-29 16:38:52 +02:00
parent df89a9b595
commit 6e5d541df6

View file

@ -70,10 +70,8 @@ wss.on('connection', function connection(ws) {
`thor -A 10000 http://localhost:3000` `thor -A 10000 http://localhost:3000`
| Platform | CPU Usage | Memory Usage | - Crystal (Kemal) CPU ***1.85*** Memory ***11.2 MB***
| :------------ |:---------------:| -----:| - Node.js (ws) CPU ***38.95*** Memory ***906.3 MB***
| Crystal (Kemal) | 1.85 | 11.2 MB |
| Node.js (ws) | 38.95 | 906.3 MB |
This benchmark was performed on a 2013 Late Macbook Pro with 2Ghz i7 and 8G ram. This benchmark was performed on a 2013 Late Macbook Pro with 2Ghz i7 and 8G ram.