mihomo/test
2023-06-10 17:35:19 +08:00
..
config
.golangci.yaml
clash_test.go chore: fixed v2fly v4 version for test 2022-12-02 20:21:15 +08:00
dns_test.go chore: adjust fakeip test 2022-12-02 20:21:31 +08:00
docker_test.go
go.mod chore: Replace murmur3 with maphash 2023-06-10 17:35:19 +08:00
go.sum chore: Replace murmur3 with maphash 2023-06-10 17:35:19 +08:00
hysteria_test.go
Makefile
README.md
snell_test.go
ss_test.go
trojan_test.go
util_darwin_test.go
util_other_test.go
util.go
vless_test.go
vmess_test.go

Clash testing suit

Protocol testing suit

  • TCP pingpong test
  • UDP pingpong test
  • TCP large data test
  • UDP large data test

Protocols

  • Shadowsocks
    • Normal
    • ObfsHTTP
    • ObfsTLS
    • ObfsV2rayPlugin
  • Vmess
    • Normal
    • AEAD
    • HTTP
    • HTTP2
    • TLS
    • Websocket
    • Websocket TLS
    • gRPC
  • Trojan
    • Normal
    • gRPC
  • Snell
    • Normal
    • ObfsHTTP
    • ObfsTLS

Features

  • DNS
    • DNS Server
    • FakeIP
    • Host

Command

Prerequisite

  • docker (support Linux and macOS)
$ make test

benchmark (Linux)

Cannot represent the throughput of the protocol on your machine but you can compare the corresponding throughput of the protocol on clash (change chunkSize to measure the maximum throughput of clash on your machine)

$ make benchmark