From 13c1c79f50f28f365cc6938462047de9f9e37d3d Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Mon, 10 Jun 2019 18:57:58 +0800 Subject: [PATCH] update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 08aeeff..d1f2855 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,15 @@ cmake .. && make If you run OpenVPN and udp_forwarder on the same PC, you won't access the Internet successfully. If you did it, please think again and you'll realize how stupid you are. +## Naive performance test + +Note: the connection setup procedure maybe a little slow, but it doesn't matter. + +- Latency + +with proxy: (encrypted OpenVPN + encrypted&obfs udp_forwarder_ng) 70.386ms + +without proxy: 0.475ms + 68.578ms = 69.053ms + +overhead (OpenVPN+Forwarder): 1.333ms + -- GitLab