clash/test
Dreamacro 5ec4d993b8 Fix: orbstack udp loss case test failed 2023-08-29 21:17:29 +08:00
..
config
.golangci.yaml
Makefile
README.md
clash_test.go Fix: orbstack udp loss case test failed 2023-08-29 21:17:29 +08:00
dns_test.go Fix: orbstack udp loss case test failed 2023-08-29 21:17:29 +08:00
docker_test.go Chore: remove darwin code on test because orbstack can run it 2023-08-27 00:35:45 +08:00
go.mod Chore: remove darwin code on test because orbstack can run it 2023-08-27 00:35:45 +08:00
go.sum
listener_test.go
main.go
rule_test.go
snell_test.go
ss_test.go
trojan_test.go
util.go
vless_test.go
vmess_test.go

README.md

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