spring-cloud-gateway-bench
spring-cloud-gateway-bench copied to clipboard
Simple benchmark comparing zuul and spring cloud gateway
Could you give me some hints? my container: cpu cores 4, memory 4 gb # wrk -t12 -c400 -d 30s http://localhost:8000/hello.txt Running 30s test @ http://localhost:8000/hello.txt 12 threads and 400...
I clone spring-cloud-gateway-bench repository, and package gateway runnable jar, but when i run it, i got this: java.lang.IllegalStateException: Failed to introspect Class [org.springframework.cloud.gateway.config.GatewayAutoConfiguration$NettyConfiguration] from ClassLoader [org.springframework.boot.loader.LaunchedURLClassLoader@20ad9418] at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:686) ~[spring-core-5.1.4.RELEASE.jar!/:5.1.4.RELEASE] at...
can you provide the test machine configuration? such as CPU core number Memory size ...
rt thanks。
Hi, zuul 2.1 has been released and it offers a non blocking proxy, would you like to check it out and update the readme.md file?
fixed typo in shell script --- This change is [](https://reviewable.io/reviews/spencergibb/spring-cloud-gateway-bench/3)