From 6e5d541df62b519ef24a351d3a248731b05001fd Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Tue, 29 Dec 2015 16:38:52 +0200 Subject: [PATCH] Update websockets.md --- _docs/websockets.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/_docs/websockets.md b/_docs/websockets.md index 93510c1..268dfc3 100644 --- a/_docs/websockets.md +++ b/_docs/websockets.md @@ -70,10 +70,8 @@ wss.on('connection', function connection(ws) { `thor -A 10000 http://localhost:3000` -| Platform | CPU Usage | Memory Usage | -| :------------ |:---------------:| -----:| -| Crystal (Kemal) | 1.85 | 11.2 MB | -| Node.js (ws) | 38.95 | 906.3 MB | +- Crystal (Kemal) CPU ***1.85*** Memory ***11.2 MB*** +- Node.js (ws) CPU ***38.95*** Memory ***906.3 MB*** This benchmark was performed on a 2013 Late Macbook Pro with 2Ghz i7 and 8G ram.