clash/test
Maze.tsz 3bb32d12e0 Merge remote-tracking branch 'clash/dev' into Meta
# Conflicts:
#	.github/workflows/docker.yml
#	dns/server.go
#	go.mod
#	go.sum
#	hub/executor/executor.go
#	test/go.mod
#	test/go.sum
2022-01-04 17:31:07 +08:00
..
config [test] 2021-11-17 16:03:47 +08:00
clash_test.go [fix]Linux TProxy 2021-12-04 14:34:01 +08:00
dns_test.go Feature: add protocol test 2021-05-17 20:33:00 +08:00
docker_test.go Test: add direct benchmark 2021-07-18 19:26:51 +08:00
go.mod Merge remote-tracking branch 'clash/dev' into Meta 2022-01-04 17:31:07 +08:00
go.sum Merge remote-tracking branch 'clash/dev' into Meta 2022-01-04 17:31:07 +08:00
Makefile Chore: contexify ProxyAdapter ListenPacket 2021-10-15 21:44:53 +08:00
README.md Chore: contexify ProxyAdapter ListenPacket 2021-10-15 21:44:53 +08:00
snell_test.go [fix]Linux TProxy 2021-12-04 14:34:01 +08:00
ss_test.go [fix]Linux TProxy 2021-12-04 14:34:01 +08:00
trojan_test.go [fix]Linux TProxy 2021-12-04 14:34:01 +08:00
util.go Test: fix direct listen fail 2021-09-04 22:44:18 +08:00
util_darwin_test.go Test: add basic protocol benchmark 2021-07-18 17:23:30 +08:00
util_other_test.go Test: fix direct listen fail 2021-09-04 22:44:18 +08:00
vless_test.go [fix]Linux TProxy 2021-12-04 14:34:01 +08:00
vmess_test.go [fix]Linux TProxy 2021-12-04 14:34:01 +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