@@ -24,19 +24,19 @@ Test configuration:
2424
2525| Threads | Requests/sec | HTTP Keep-alive |
2626| ---------| --------------| -----------------|
27- | 50 | 1099 | Disabled |
28- | 100 | 1330 | Disabled |
29- | 200 | 1438 | Disabled |
30- | 200 | 1904 | Enabled |
27+ | 50 | 1075 | Disabled |
28+ | 100 | 1399 | Disabled |
29+ | 200 | 1733 | Disabled |
30+ | 200 | 2712 | Enabled |
3131
3232### Scenario 2: Conditional, configuration-driven
3333
3434| Threads | Requests/sec | HTTP Keep-alive |
3535| ---------| --------------| -----------------|
36- | 50 | 901 | Disabled |
37- | 100 | 1159 | Disabled |
38- | 200 | 1416 | Disabled |
39- | 200 | 1855 | Enabled |
36+ | 50 | 939 | Disabled |
37+ | 100 | 1216 | Disabled |
38+ | 200 | 1619 | Disabled |
39+ | 200 | 2027 | Enabled |
4040
4141### Scenario 3: Dynamic, script-driven
4242
@@ -59,7 +59,13 @@ Configuration and commands to allow benchmarks to be independently reproduced.
5959
6060#### Start command
6161
62- docker run --rm -it -v /path/to/config:/opt/imposter/config -p 8080:8080 --cpus=1 --memory=256m outofcoffee/imposter:1.23.3
62+ docker run --rm -it \
63+ -v /path/to/config:/opt/imposter/config \
64+ -p 8080:8080 \
65+ -e IMPOSTER_LOG_LEVEL=info \
66+ --cpus=1 \
67+ --memory=256m \
68+ outofcoffee/imposter:3.42.0
6369
6470Notes:
6571
6874
6975#### Warmup command
7076
71- for i in {1..5 }; do ab -t 2 -c 50 http://localhost:8080/example ; sleep 5 ; done
77+ for i in {1..10 }; do ab -t 2 -c 50 http://localhost:8080/example ; sleep 5 ; done
7278
7379Notes:
7480
0 commit comments