From 482d819aae647e8a53de2a3760528ff7d6210b13 Mon Sep 17 00:00:00 2001 From: ulvii Date: Fri, 14 Jul 2017 11:05:23 -0700 Subject: [PATCH] README update --- test/Performance/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.