# http-server-benchmark **Repository Path**: MTV168168/http-server-benchmark ## Basic Information - **Project Name**: http-server-benchmark - **Description**: 几个高性能Java HTTP服务框架的性能测试 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-28 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java HTTP Server Benchmark ## Build - call make.bat or make.sh ## Run Server - java -cp benchmark.jar BenchJane - java -cp benchmark.jar BenchSmart - java -cp benchmark.jar BenchFire - java -cp benchmark.jar BenchNetty - java -cp benchmark.jar BenchJdk ## Run Benchmark (Linux Only) - tool/wrk -c1 -t1 -d1s http://127.0.0.1:10001/plaintext - tool/wrk -c10 -t10 -d10s http://127.0.0.1:10002/plaintext ## Reference - https://github.com/dwing4g/jane - https://mvnrepository.com/artifact/org.smartboot.socket/aio-core - https://mvnrepository.com/artifact/org.smartboot.socket/aio-pro - https://mvnrepository.com/artifact/org.smartboot.http/smart-http-server - https://mvnrepository.com/artifact/org.smartboot.aio/aio-enhance - https://mvnrepository.com/artifact/com.firenio/firenio-all - https://netty.io/