diff --git a/test/Performance/README.md b/test/Performance/README.md index 2108db71..416e6ea5 100644 --- a/test/Performance/README.md +++ b/test/Performance/README.md @@ -21,9 +21,12 @@ PHPBench is used to run the benchmarks. Visit http://phpbench.readthedocs.io/en/ ### 1. Modify lib/connect.php with the test database credetials ### 2. Execute run-perf_tests.py. +### Windows + py.exe run-perf_tests.py -platform -iterations -iterations-large -result-server -result-db -result-uid -result-pwd -iterations -iterations-large -result-server -result-db -result-uid -result-pwd + python3 run-perf_tests.py -platform -iterations -iterations-large -result-server -result-db -result-uid -result-pwd `-platform` - The platform that the tests are ran on. Must be one of the following: Windows10, WidnowsServer2016 WindowsServer2012 Ubuntu16 RedHat7 Sierra `-iterations` - The number of iterations for regular tests.