mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-22 08:31:30 +00:00
Add benchmark page
This commit is contained in:
parent
6832451561
commit
8eecae92b2
9
docs/benchmark.md
Normal file
9
docs/benchmark.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Benchmark
|
||||||
|
|
||||||
|
## Shadowsocks
|
||||||
|
|
||||||
|
| / | none | aes-128-gcm | 2022-blake3-aes-128-gcm |
|
||||||
|
|------------------------------------|:-----------:|:-----------:|:-----------------------:|
|
||||||
|
| v2ray-core (5.0.7) | 13.0 Gbps | 5.02 Gbps | / |
|
||||||
|
| shadowsocks-rust (v1.15.0-alpha.5) | 10.7 Gbps | / | 9.36 Gbps |
|
||||||
|
| sing-box | 29.0 Gbps | / | 11.8 Gbps |
|
|
@ -9,13 +9,13 @@ The universal proxy platform.
|
||||||
sing-box requires Golang 1.18 or a higher version.
|
sing-box requires Golang 1.18 or a higher version.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go install github.com/sagernet/sing-box/cmd/sing-box@latest
|
go install github.com/sagernet/sing-box/cmd/sing-box@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
The binary is built under $GOPATH/bin
|
The binary is built under $GOPATH/bin
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sing-box version
|
sing-box version
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
@ -59,6 +59,7 @@ nav:
|
||||||
- examples/index.md
|
- examples/index.md
|
||||||
- Shadowsocks Server: examples/ss-server.md
|
- Shadowsocks Server: examples/ss-server.md
|
||||||
- Shadowsocks Client: examples/ss-client.md
|
- Shadowsocks Client: examples/ss-client.md
|
||||||
|
- Benchmark: benchmark.md
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
- pymdownx.snippets
|
- pymdownx.snippets
|
||||||
|
|
Loading…
Reference in a new issue