clash/test
Dreamacro 5ec4d993b8 Fix: orbstack udp loss case test failed 2023-08-29 21:17:29 +08:00
..
config Feature: add basic support for the VLESS protocol (#2891) 2023-08-24 13:24:45 +08:00
.golangci.yaml Migration: go1.21 2023-08-13 21:44:16 +08:00
Makefile Chore: make test linter happy 2023-03-14 21:24:15 +08:00
README.md Chore: contexify ProxyAdapter ListenPacket 2021-10-15 21:44:53 +08:00
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 Chore: update dependencies 2023-08-17 22:44:34 +08:00
listener_test.go Feature: add `inbounds` for flexible binding inbound (#2818) 2023-08-03 22:30:08 +08:00
main.go Chore: use the number of cpus in parallel make 2023-03-18 20:19:34 +08:00
rule_test.go Feature: add `inbounds` for flexible binding inbound (#2818) 2023-08-03 22:30:08 +08:00
snell_test.go Chore: make test linter happy 2023-03-14 21:24:15 +08:00
ss_test.go Chore: make test linter happy 2023-03-14 21:24:15 +08:00
trojan_test.go Chore: make test linter happy 2023-03-14 21:24:15 +08:00
util.go Chore: cleanup test code 2022-05-21 17:38:17 +08:00
vless_test.go Feature: add basic support for the VLESS protocol (#2891) 2023-08-24 13:24:45 +08:00
vmess_test.go Chore: make test linter happy 2023-03-14 21:24:15 +08:00

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