clash/test
2022-11-25 10:33:37 +08:00
..
config Add shadowsocks uot and test 2022-06-18 10:50:33 +08:00
.golangci.yaml Migration: go1.19 2022-08-07 21:45:50 +08:00
clash_test.go chore: remove AddrType on Metadata 2022-11-11 09:19:50 +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: tuic add cubic,new_reno,bbr congestion_controller 2022-11-25 10:33:37 +08:00
go.sum chore: tuic add cubic,new_reno,bbr congestion_controller 2022-11-25 10:33:37 +08:00
hysteria_test.go chore: hysteria test 2022-06-14 21:05:52 +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 Add shadowsocks uot and test 2022-06-18 10:50:33 +08:00
trojan_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
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
vless_test.go fix: some test 2022-06-07 10:45:32 +08:00
vmess_test.go Refactor: vmess 2022-06-14 13:21:22 +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