rely
1.0.0
https://github.com/networkprotocol/reliable of https://github.com/networkprotocol/reliable
GO 1.15를 사용하여 MBP 2.6GHz 6 코어 i7에서 수행 된 테스트.
풀링없이 의존합니다
$ go build -tags=test && time ./soak -iterations=8100
./soak -iterations=8100 0.26s user 0.02s system 99% cpu 0.280 total
풀링에 의존하십시오
$ go build -tags=test && time ./soak -iterations=8100 -pool=true
./soak -iterations=8100 -pool=true 0.23s user 0.01s system 90% cpu 0.271 total
신뢰할 수 있습니다 .io
$ time ./bin/soak 8100
initializing
shutdown
./bin/soak 8100 0.70s user 0.00s system 63% cpu 1.124 total