alroyso b75f151c65 cheng hai 5 meses
..
config b75f151c65 cheng hai 5 meses
.golangci.yaml b75f151c65 cheng hai 5 meses
Makefile b75f151c65 cheng hai 5 meses
README.md b75f151c65 cheng hai 5 meses
clash_test.go b75f151c65 cheng hai 5 meses
dns_test.go b75f151c65 cheng hai 5 meses
docker_test.go b75f151c65 cheng hai 5 meses
go.mod b75f151c65 cheng hai 5 meses
go.sum b75f151c65 cheng hai 5 meses
hysteria_test.go b75f151c65 cheng hai 5 meses
snell_test.go b75f151c65 cheng hai 5 meses
ss_test.go b75f151c65 cheng hai 5 meses
trojan_test.go b75f151c65 cheng hai 5 meses
util.go b75f151c65 cheng hai 5 meses
util_darwin_test.go b75f151c65 cheng hai 5 meses
util_other_test.go b75f151c65 cheng hai 5 meses
vless_test.go b75f151c65 cheng hai 5 meses
vmess_test.go b75f151c65 cheng hai 5 meses

README.md

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