Clash.Meta/test
2024-08-16 14:15:36 +08:00
..
config Add shadowsocks uot and test 2022-06-18 10:50:33 +08:00
.golangci.yaml chore: hello mihomo 2023-11-03 21:58:21 +08:00
clash_test.go chore: hello mihomo 2023-11-03 21:58:21 +08:00
dns_test.go chore: hello mihomo 2023-11-03 21:58:21 +08:00
docker_test.go chore: cleanup test code 2022-06-09 17:57:59 +08:00
go.mod chore: drop support of eBPF 2024-08-16 14:15:36 +08:00
go.sum chore: drop support of eBPF 2024-08-16 14:15:36 +08:00
hysteria_test.go chore: hello mihomo 2023-11-03 21:58:21 +08:00
Makefile chore: cleanup test code 2022-06-09 17:57:59 +08:00
README.md chore: hello mihomo 2023-11-03 21:58:21 +08:00
snell_test.go chore: hello mihomo 2023-11-03 21:58:21 +08:00
ss_test.go chore: hello mihomo 2023-11-03 21:58:21 +08:00
trojan_test.go chore: hello mihomo 2023-11-03 21:58:21 +08:00
util_darwin_test.go chore: update dependencies 2022-06-09 18:05:45 +08:00
util_other_test.go chore: update dependencies 2022-06-09 18:05:45 +08:00
util.go chore: cleanup test code 2022-06-09 17:57:59 +08:00
vless_test.go chore: hello mihomo 2023-11-03 21:58:21 +08:00
vmess_test.go chore: hello mihomo 2023-11-03 21:58:21 +08:00

Mihomo 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 mihomo (change chunkSize to measure the maximum throughput of mihomo on your machine)

$ make benchmark