Skip to content

Commit be49ee9

Browse files
committed
docs: updates benchmarks based on current version.
1 parent c021257 commit be49ee9

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

docs/benchmarks.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6470
Notes:
6571

@@ -68,7 +74,7 @@ Notes:
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

7379
Notes:
7480

0 commit comments

Comments
 (0)