refactor: rename iperf_direct->iperf_noproxy; cleanup readme
This commit is contained in:
parent
7dc6f757a4
commit
909d9d0a9c
2 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -20,6 +20,7 @@ Proxies are set up to accept requests by SOCKSv5 and forward directly to net.
|
||||||
units: ms (less is better)
|
units: ms (less is better)
|
||||||
|
|
||||||
### ~1.5M binary file over https from dc09.ru
|
### ~1.5M binary file over https from dc09.ru
|
||||||
|
|
||||||
|proxy|min|avg|max|
|
|proxy|min|avg|max|
|
||||||
|:----|:-:|:-:|:-:|
|
|:----|:-:|:-:|:-:|
|
||||||
|no proxy|383.3|477.2|697.7|
|
|no proxy|383.3|477.2|697.7|
|
||||||
|
@ -27,6 +28,7 @@ units: ms (less is better)
|
||||||
|xray|374.2|467.7|662.8|
|
|xray|374.2|467.7|662.8|
|
||||||
|
|
||||||
### 162 bytes HTML over plain http from dc09.ru
|
### 162 bytes HTML over plain http from dc09.ru
|
||||||
|
|
||||||
|proxy|min|avg|max|
|
|proxy|min|avg|max|
|
||||||
|:----|:-:|:-:|:-:|
|
|:----|:-:|:-:|:-:|
|
||||||
|no proxy|51.0|60.5|81.7|
|
|no proxy|51.0|60.5|81.7|
|
||||||
|
@ -34,6 +36,7 @@ units: ms (less is better)
|
||||||
|xray|51.2|61.6|76.4|
|
|xray|51.2|61.6|76.4|
|
||||||
|
|
||||||
### ~150K HTML over https from github.com
|
### ~150K HTML over https from github.com
|
||||||
|
|
||||||
|proxy|min|avg|max|
|
|proxy|min|avg|max|
|
||||||
|:----|:-:|:-:|:-:|
|
|:----|:-:|:-:|:-:|
|
||||||
|no proxy|365.3|402.1|449.8|
|
|no proxy|365.3|402.1|449.8|
|
||||||
|
@ -51,12 +54,14 @@ iperf3 server is on the same host as a server proxy.
|
||||||
|
|
||||||
units: Mbit/s (more is better)
|
units: Mbit/s (more is better)
|
||||||
|
|
||||||
### no proxy - `bench_iperf_direct.txt`
|
### no proxy
|
||||||
File: `bench_iperf_direct.txt`
|
|
||||||
|
|
||||||
**sender** 93.7 Mbit/s (**receiver** 91.4 Mbit/s)
|
File: `bench_iperf_noproxy.txt`
|
||||||
|
|
||||||
|
*sender* 93.7 Mbit/s (*receiver* 91.4 Mbit/s)
|
||||||
|
|
||||||
### server is sing-box
|
### server is sing-box
|
||||||
|
|
||||||
File: `bench_sb_*.txt`
|
File: `bench_sb_*.txt`
|
||||||
|
|
||||||
|protocol|sing-box|xray client|
|
|protocol|sing-box|xray client|
|
||||||
|
@ -65,7 +70,8 @@ File: `bench_sb_*.txt`
|
||||||
|Trojan|101.3 (91.0)|100.5 (90.6)|
|
|Trojan|101.3 (91.0)|100.5 (90.6)|
|
||||||
|VLESS|101.3 (91.3)|101.5 (90.7)|
|
|VLESS|101.3 (91.3)|101.5 (90.7)|
|
||||||
|
|
||||||
### server is xray - `bench_xray_*`
|
### server is xray
|
||||||
|
|
||||||
File: `bench_xray_*.txt`
|
File: `bench_xray_*.txt`
|
||||||
|
|
||||||
|protocol|sing-box|xray client|
|
|protocol|sing-box|xray client|
|
||||||
|
|
Loading…
Add table
Reference in a new issue