Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Fix table column name spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Qizot committed May 29, 2020
1 parent f07b648 commit a50c285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class CoronaUser(HttpUser):
The result of the above tests :

```
|Type|Name|Request Count|Failure Count|Median Response Time|Average Response Time|Min Response Time|Max Response Time|Average Content Size|Requests/s|Failures/s|50%|66%|75%|80%|90%|95%|98% |99% |99.9%|99.99%|99.999%|100%|
|Type| Name|Request Count|Failure Count|Median Response Time|Average Response Time|Min Response Time|Max Response Time|Average Content Size|Requests/s|Failures/s|50%|66%|75%|80%|90%|95%|98% |99% |99.9%|99.99%|99.999%|100%|
|----|--------------------------------------------------------------------------------------------|-------------|-------------|--------------------|---------------------|-----------------|-----------------|--------------------|----------|----------|---|---|---|---|---|---|----|----|-----|------|-------|----|
|GET |/api/global-timeline |252 |7 |580 |586 |11 |1585 |21142 |4.96 |0.14 |580|700|760|790|900|990|1500|1600|1600 |1600 |1600 |1600|
|GET |/api/summary/CA |26 |0 |59 |114 |39 |516 |116 |0.51 |0.00 |82 |110|130|150|240|310|520 |520 |520 |520 |520 |520 |
Expand Down

0 comments on commit a50c285

Please sign in to comment.