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

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