@@ -24,19 +24,19 @@ Test configuration:
24
24
25
25
| Threads | Requests/sec | HTTP Keep-alive |
26
26
| ---------| --------------| -----------------|
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 |
31
31
32
32
### Scenario 2: Conditional, configuration-driven
33
33
34
34
| Threads | Requests/sec | HTTP Keep-alive |
35
35
| ---------| --------------| -----------------|
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 |
40
40
41
41
### Scenario 3: Dynamic, script-driven
42
42
@@ -59,7 +59,13 @@ Configuration and commands to allow benchmarks to be independently reproduced.
59
59
60
60
#### Start command
61
61
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
63
69
64
70
Notes:
65
71
68
74
69
75
#### Warmup command
70
76
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
72
78
73
79
Notes:
74
80
0 commit comments