* Straight pandoc migration, no edits
* Minimum edits for the docs to build
- added imports to TOC
- deleted Home.rst
- removed spurious html formatting `li`, `h4` etc
- fixed H1s
Still to do
- rename files
- actually look at content :-p
* Blog post links live in ther forum now
* Move imported files to lowercase, update wiki links to docs links
* Move troubleshooting into installation
* Break out increasing request rate
* Remove duped content
* Remove duped content
* Codespell fixes
* Misc review feedback and fixes
* Just nuke it
* Fix line breaks
* This aint the wiki youre looking for
* Added command line parameters to speciufy percentiles for chart
Percentiles were originally 50% and 95%. Command line parameter can
specify chart and report percentiles. Defalt value is 50% and 95%.
* Added new command line argument --percentiles
Old parameters --percemtile1 and percentile2 were removed.
Added test case in test_main for -percentiles parameter
* Updated format by black
* Updated web.py format by black
* Removed command line argument for percentiles and test
Updated to get percentiles info from stats.py::
* Added test in test_main. Updated response_time_percentile variable name
* updated response_time_percentile variable name.
* Fixed stats.py format and test_main.py unnecessary comment out
* Grouped stats import and reorderd response_time_percentile variable in
javascript and html file
Modified test in test_main.py
* updated report.html and locust.js "% percentile" to "th percentile" in
response time chart
* updated percentiles related test in test_main.py
* reformated test_main.py
* change order of PERCENTILES_TO_CHART param
* Automatically generate documentation for all available environment variables.
* Rename env variables LOCUST_MASTER, LOCUST_MASTER_PORT in order to make it less likely that they collide with env vars automatically added by Kubernetes. Also change the name of LOCUST_WORKER and LOCUST_MASTER_HOST for consistency.
* Rename env variable CSVFILEBASE to LOCUST_CSV.
* Remove --csv-base-name command line option.