mihomo/test
2022-06-02 22:17:14 +08:00
..
config Feature: Trojan XTLS 2022-03-30 00:15:39 +08:00
.golangci.yaml Chore: cleanup test code 2022-05-21 17:38:17 +08:00
clash_test.go Chore: test cases 2022-05-25 01:36:27 +08:00
dns_test.go Chore: cleanup test code 2022-05-21 17:38:17 +08:00
docker_test.go Chore: cleanup test code 2022-05-21 17:38:17 +08:00
go.mod Chore: make hadowsocks2 lib embed 2022-06-02 22:17:14 +08:00
go.sum Chore: make hadowsocks2 lib embed 2022-06-02 22:17:14 +08:00
Makefile Chore: cleanup test code 2022-05-21 17:38:17 +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-05-23 12:27:52 +08:00
ss_test.go Chore: add benchmark r/w 2022-05-23 12:27:52 +08:00
trojan_test.go Chore: test cases 2022-05-25 01:36:27 +08:00
util_darwin_test.go Test: add basic protocol benchmark 2021-07-18 17:23:30 +08:00
util_other_test.go Fix: test broken on opensource repo 2022-05-23 12:30:54 +08:00
util.go Chore: cleanup test code 2022-05-21 17:38:17 +08:00
vless_test.go Chore: test cases 2022-05-25 01:36:27 +08:00
vmess_test.go Chore: add benchmark r/w 2022-05-23 12:27:52 +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