# Benchmark results

We compare FizzGate with Spring's official spring-cloud-gateway, using the same environment and conditions, and the test objects are all single nodes.

Products QPS 90% Latency(ms)
Direct access to backend services 9087.46 10.76
fizz-gateway 5927.13 19.86
spring-cloud-gateway 5044.04 22.91

# Benchmark details

# Hardware environment

The server where the backend service is located:

4 cores 8G memory

Intel(R) Xeon(R) CPU X5675 @ 3.07GHz * 4

Linux version 3.10.0-327.el7.x86_64

The server where the node is located:

4 cores 8G memory

Intel(R) Xeon(R) CPU X5675 @ 3.07GHz * 4

Linux version 3.10.0-327.el7.x86_64

The server where the stress test program is located:

4 cores 8G memory

Intel(R) Xeon(R) CPU X5675 @ 3.07GHz * 4

Linux version 3.10.0-327.el7.x86_64

# Stress testing tools

Stress measurement software: wrk

Concurrent connections: 100

# Screenshot of stress test results

  • Direct access to backend services:

-fizz-gateway:

  • spring-cloud-gateway: