Skip to content

Instantly share code, notes, and snippets.

@synopse
Created September 2, 2022 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save synopse/7ec565ba14029fe1512cd6435d7f7b3a to your computer and use it in GitHub Desktop.
Save synopse/7ec565ba14029fe1512cd6435d7f7b3a to your computer and use it in GitHub Desktop.
Latest TFB tests on mORMot 2
abouchez@tisab:/var/tmp$ wrk -c 100 -d 15s -t 2 http://localhost:8080/plaintext
Running 15s test @ http://localhost:8080/plaintext
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 2.82ms 6.30ms 52.61ms 89.39%
Req/Sec 47.47k 14.85k 89.63k 68.12%
1419041 requests in 15.05s, 221.94MB read
Requests/sec: 94303.33
Transfer/sec: 14.75MB
abouchez@tisab:/var/tmp$ wrk -c 100 -d 15s -t 2 http://localhost:8080/db
Running 15s test @ http://localhost:8080/db
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 11.41ms 43.59ms 498.30ms 97.45%
Req/Sec 10.31k 1.04k 12.19k 92.12%
299829 requests in 15.01s, 53.69MB read
Requests/sec: 19977.79
Transfer/sec: 3.58MB
abouchez@tisab:/var/tmp$ wrk -c 100 -d 15s -t 2 http://localhost:8080/fortunes
Running 15s test @ http://localhost:8080/fortunes
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 5.17ms 1.81ms 21.71ms 76.02%
Req/Sec 9.66k 553.79 11.02k 71.67%
288450 requests in 15.01s, 80.88MB read
Requests/sec: 19215.46
Transfer/sec: 5.39MB
abouchez@tisab:/var/tmp$ wrk -c 100 -d 15s -t 2 http://localhost:8080/fortunes
Running 15s test @ http://localhost:8080/fortunes
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 5.20ms 1.90ms 31.50ms 76.75%
Req/Sec 9.62k 555.93 11.45k 78.67%
287068 requests in 15.01s, 80.49MB read
Requests/sec: 19125.29
Transfer/sec: 5.36MB
abouchez@tisab:/var/tmp$ wrk -c 100 -d 15s -t 2 http://localhost:8080/rawfortunes
Running 15s test @ http://localhost:8080/rawfortunes
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 4.80ms 1.72ms 27.43ms 78.45%
Req/Sec 10.47k 576.47 12.74k 79.67%
312595 requests in 15.02s, 87.65MB read
Requests/sec: 20818.13
Transfer/sec: 5.84MB
abouchez@tisab:/var/tmp$ wrk -c 100 -d 15s -t 2 http://localhost:8080/rawdb
Running 15s test @ http://localhost:8080/rawdb
2 threads and 100 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 4.75ms 1.87ms 35.21ms 80.15%
Req/Sec 10.65k 619.60 11.95k 81.00%
317850 requests in 15.01s, 56.92MB read
Requests/sec: 21172.72
Transfer/sec: 3.79MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment