Skip to content

Instantly share code, notes, and snippets.

@ilmax
Created July 28, 2022 11:31
Show Gist options
  • Save ilmax/22e030896ddc0318eabdb991e771dfb7 to your computer and use it in GitHub Desktop.
Save ilmax/22e030896ddc0318eabdb991e771dfb7 to your computer and use it in GitHub Desktop.
wrk results
No deployment in progress
wrk -t8 -c32 -d2m --latency --timeout 5s https://xxxxxxxxxxxxxxxxxx.azurecontainerapps.io/api/echo/ping
Running 2m test @ https://xxxxxxxxxxxxxxxxxx.azurecontainerapps.io/api/echo/ping
8 threads and 32 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 36.48ms 31.84ms 216.95ms 72.82%
Req/Sec 126.06 26.67 250.00 75.33%
Latency Distribution
50% 14.21ms
75% 61.10ms
90% 84.01ms
99% 92.90ms
120555 requests in 2.00m, 28.74MB read
Requests/sec: 1003.93
Transfer/sec: 245.10KB
=================================
Deployment in progress
wrk -t8 -c32 -d2m --latency --timeout 5s https://xxxxxxxxxxxxxxxxxx.azurecontainerapps.io/api/echo/ping
Running 2m test @ https://xxxxxxxxxxxxxxxxxx.azurecontainerapps.io/api/echo/ping
8 threads and 32 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 48.12ms 66.79ms 1.01s 96.03%
Req/Sec 97.87 40.38 232.00 61.09%
Latency Distribution
50% 11.40ms
75% 85.78ms
90% 96.85ms
99% 200.65ms
75706 requests in 2.00m, 18.05MB read
Socket errors: connect 0, read 0, write 0, timeout 32
Requests/sec: 630.39
Transfer/sec: 153.90KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment