docs(style): move filename to separate line
This commit is contained in:
parent
ddce7cd631
commit
7dc6f757a4
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -10,6 +10,8 @@ Results in a nutshell: (TODO)
|
||||||
|
|
||||||
## hyperfine, curl, direct outbound
|
## hyperfine, curl, direct outbound
|
||||||
|
|
||||||
|
File: `bench_curl_direct.txt`
|
||||||
|
|
||||||
Measurement of execution time of curl.
|
Measurement of execution time of curl.
|
||||||
Shows overhead of a proxying software.
|
Shows overhead of a proxying software.
|
||||||
|
|
||||||
|
@ -50,9 +52,13 @@ 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 - `bench_iperf_direct.txt`
|
||||||
|
File: `bench_iperf_direct.txt`
|
||||||
|
|
||||||
**sender** 93.7 Mbit/s (**receiver** 91.4 Mbit/s)
|
**sender** 93.7 Mbit/s (**receiver** 91.4 Mbit/s)
|
||||||
|
|
||||||
### server is sing-box - `bench_sb_*`
|
### server is sing-box
|
||||||
|
File: `bench_sb_*.txt`
|
||||||
|
|
||||||
|protocol|sing-box|xray client|
|
|protocol|sing-box|xray client|
|
||||||
|:-------|:------:|:---------:|
|
|:-------|:------:|:---------:|
|
||||||
|SOCKSv5|102.0 (91.3)|102.0 (91.3)|
|
|SOCKSv5|102.0 (91.3)|102.0 (91.3)|
|
||||||
|
@ -60,6 +66,8 @@ units: Mbit/s (more is better)
|
||||||
|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 - `bench_xray_*`
|
||||||
|
File: `bench_xray_*.txt`
|
||||||
|
|
||||||
|protocol|sing-box|xray client|
|
|protocol|sing-box|xray client|
|
||||||
|:-------|:------:|:---------:|
|
|:-------|:------:|:---------:|
|
||||||
|SOCKSv5|101.5 (91.3)|103.0 (91.4)|
|
|SOCKSv5|101.5 (91.3)|103.0 (91.4)|
|
||||||
|
|
Loading…
Add table
Reference in a new issue