mihomo/test
2022-06-09 18:10:31 +08:00
..
config feat: add hysteria 2022-06-07 13:46:54 +08:00
.golangci.yaml chore: cleanup test code 2022-06-09 17:57:59 +08:00
clash_test.go fix: benchmark read bytes 2022-06-09 17:58:15 +08:00
dns_test.go chore: cleanup test code 2022-06-09 17:57:59 +08:00
docker_test.go chore: cleanup test code 2022-06-09 17:57:59 +08:00
go.mod chore: update dependencies 2022-06-09 18:05:45 +08:00
go.sum chore: update dependencies 2022-06-09 18:05:45 +08:00
hysteria_test.go chore: 修改test文件 2022-06-08 02:03:34 +08:00
Makefile chore: cleanup test code 2022-06-09 17:57:59 +08:00
README.md Chore: contexify ProxyAdapter ListenPacket 2021-10-15 21:44:53 +08:00
snell_test.go chore: add benchmark r/w 2022-06-09 17:58:05 +08:00
ss_test.go chore: add more shadowsocks tests 2022-06-09 18:10:31 +08:00
trojan_test.go chore: update dependencies 2022-06-09 18:05:45 +08:00
util_darwin_test.go chore: update dependencies 2022-06-09 18:05:45 +08:00
util_other_test.go chore: update dependencies 2022-06-09 18:05:45 +08:00
util.go chore: cleanup test code 2022-06-09 17:57:59 +08:00
vless_test.go fix: some test 2022-06-07 10:45:32 +08:00
vmess_test.go chore: add benchmark r/w 2022-06-09 17:58:05 +08:00

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