clash/test
2022-06-09 13:52:02 +08:00
..
config feat: add hysteria 2022-06-07 13:46:54 +08:00
clash_test.go fix: 规则匹配默认策略组返回错误 2022-06-09 13:52:02 +08:00
dns_test.go fix: some test 2022-06-07 10:45:32 +08:00
docker_test.go feat: add hysteria 2022-06-07 13:46:54 +08:00
go.mod fix: hysteria dialer 2022-06-07 15:49:10 +08:00
go.sum fix: hysteria dialer 2022-06-07 15:49:10 +08:00
hysteria_test.go chore: 修改test文件 2022-06-08 02:03:34 +08:00
Makefile Chore: contexify ProxyAdapter ListenPacket 2021-10-15 21:44:53 +08:00
README.md Chore: contexify ProxyAdapter ListenPacket 2021-10-15 21:44:53 +08:00
snell_test.go fix: some test 2022-06-07 10:45:32 +08:00
ss_test.go fix: some test 2022-06-07 10:45:32 +08:00
trojan_test.go fix: some test 2022-06-07 10:45:32 +08:00
util.go Test: fix direct listen fail 2021-09-04 22:44:18 +08:00
util_darwin_test.go Test: add basic protocol benchmark 2021-07-18 17:23:30 +08:00
util_other_test.go fix: some test 2022-06-07 10:45:32 +08:00
vless_test.go fix: some test 2022-06-07 10:45:32 +08:00
vmess_test.go fix: some test 2022-06-07 10:45:32 +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