mihomo/test
2022-04-25 13:23:56 +08:00
..
config Feature: Trojan XTLS 2022-03-30 00:15:39 +08:00
clash_test.go
dns_test.go
docker_test.go
go.mod Chore: update dependencies 2022-04-25 13:23:56 +08:00
go.sum Chore: update dependencies 2022-04-20 22:55:30 +08:00
Makefile
README.md
snell_test.go Merge remote-tracking branch 'clash/dev' into Alpha 2022-03-17 01:41:51 +08:00
ss_test.go Merge remote-tracking branch 'clash/dev' into Alpha 2022-03-17 01:41:51 +08:00
trojan_test.go Merge remote-tracking branch 'Pro-Plus/with-tun' into Alpha 2022-03-30 13:15:45 +08:00
util_darwin_test.go
util_other_test.go Migration: go 1.18 2022-03-16 12:10:13 +08:00
util.go
vless_test.go Merge remote-tracking branch 'Pro-Plus/with-tun' into Alpha 2022-03-30 13:15:45 +08:00
vmess_test.go Merge remote-tracking branch 'clash/dev' into Alpha 2022-03-15 23:13:41 +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