From d780889d4fd3e948698ed6b20283e1faab947e08 Mon Sep 17 00:00:00 2001 From: Ciro Date: Tue, 20 Dec 2022 07:37:37 -0300 Subject: [PATCH] fix ws benchs --- README.md | 2 +- ...-graph-ws.png => bench-bar-graph-websockets.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename misc/{bech-bar-graph-ws.png => bench-bar-graph-websockets.png} (100%) diff --git a/README.md b/README.md index f6ada0e..14f0350 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ ASGI Server requests per second (Linux x64) WebSocket messages per second (Linux x64) -![image](https://raw.githubusercontent.com/cirospaciari/socketify.py/main/misc/bech-bar-graph-ws.png) +![image](https://raw.githubusercontent.com/cirospaciari/socketify.py/main/misc/bench-bar-graph-websockets.png) Http tested with TFB tool plaintext benchmark
diff --git a/misc/bech-bar-graph-ws.png b/misc/bench-bar-graph-websockets.png similarity index 100% rename from misc/bech-bar-graph-ws.png rename to misc/bench-bar-graph-websockets.png