From ffb664509c2cf5842634b39cd6f29471b85da0a6 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Wed, 26 Dec 2018 15:24:15 +0100 Subject: [PATCH] 75% --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f25085f..6c63541 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ uWS.App().get('/hello', (res, req) => { ``` ### Benchmarks -Performance retention is up to 70% of native C++ [µWebSockets](https://github.com/uNetworking/uWebSockets) v0.15. That puts it some 20x as fast as Deno and even faster than most C++-only servers, all from within a JavaScript VM. +Performance retention is up to 75% of native C++ [µWebSockets](https://github.com/uNetworking/uWebSockets) v0.15. That puts it some 20x as fast as Deno and even faster than most C++-only servers, all from within a JavaScript VM. ![](https://github.com/uNetworking/uWebSockets/blob/master/misc/bigshot_lineup.png) ### Build from source