mihomo/test
2021-11-08 20:48:29 +08:00
..
config Feature: support trojan websocket 2021-10-16 20:19:59 +08:00
clash_test.go Feature: support trojan websocket 2021-10-16 20:19:59 +08:00
dns_test.go
docker_test.go
go.mod Chore: update dependencies and rename profile props 2021-11-08 20:48:29 +08:00
go.sum Chore: update dependencies and rename profile props 2021-11-08 20:48:29 +08:00
Makefile
README.md
snell_test.go
ss_test.go
trojan_test.go Feature: support trojan websocket 2021-10-16 20:19:59 +08:00
util_darwin_test.go
util_other_test.go
util.go
vmess_test.go Fix: replace vmess grpc test image 2021-10-16 20:35:06 +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