Skip to content

Commit

Permalink
doc: update result
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsovin committed Jun 28, 2021
1 parent 8a597b2 commit 57b8496
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,28 +63,29 @@ export default () => {
Result output:

```bash

/\ |‾‾| /‾‾/ /‾‾/
/\ / \ | |/ / / /
/ \/ \ | ( / ‾‾\
/ \ | |\ \ | (‾) |
/\ |‾‾| /‾‾/ /‾‾/
/\ / \ | |/ / / /
/ \/ \ | ( / ‾‾\
/ \ | |\ \ | (‾) |
/ __________ \ |__| \__\ \_____/ .io

execution: local
script: example/example.js
output: -

scenarios: (100.00%) 1 scenario, 2 max VUs, 10m30s max duration (incl. graceful stop):
* default: 2 iterations shared among 2 VUs (maxDuration: 10m0s, gracefulStop: 30s)
scenarios: (100.00%) 2 scenarios, 4 max VUs, 10m30s max duration (incl. graceful stop):
* scenario_1: 4 iterations shared among 2 VUs (maxDuration: 10m0s, gracefulStop: 30s)
* scenario_2: 2 iterations for each of 2 VUs (maxDuration: 10m0s, gracefulStop: 30s)


running (00m00.0s), 0/2 VUs, 2 complete and 0 interrupted iterations
default ✓ [======================================] 2 VUs 00m00.0s/10m0s 2/2 shared iters
running (00m00.2s), 0/4 VUs, 8 complete and 0 interrupted iterations
scenario_1 ✓ [======================================] 2 VUs 00m00.2s/10m0s 4/4 shared iters
scenario_2 ✓ [======================================] 2 VUs 00m00.2s/10m0s 4/4 iters, 2 per VU

data_received...............: 116 B 16 kB/s
data_sent...................: 352 B 49 kB/s
egts_packets................: 4 552.638851/s
egts_packets_process_time...: avg=2.41µs min=565ns med=2.32µs max=4.42µs p(90)=3.94µs p(95)=4.18µs
iteration_duration..........: avg=5.47ms min=5.35ms med=5.47ms max=5.59ms p(90)=5.57ms p(95)=5.58ms
iterations..................: 2 276.319425/s
data_received...............: 464 B 2.0 kB/s
data_sent...................: 1.4 kB 6.2 kB/s
egts_packets................: 16 69.993701/s
egts_packets_process_time...: avg=56.47µs min=1.65µs med=20.38µs max=200.24µs p(90)=185.85µs p(95)=193.26µs
iteration_duration..........: avg=113.44ms min=3.92ms med=113.77ms max=222.6ms p(90)=222.01ms p(95)=222.31ms
iterations..................: 8 34.99685/s
```

0 comments on commit 57b8496

Please sign in to comment.