diff PerfsDb/README.md @ 164:ff939d07989f

saving results
author am@osimis.io
date Mon, 20 Aug 2018 15:50:47 +0200
parents 6995d5d12d88
children 29cb1ee97035
line wrap: on
line diff
--- a/PerfsDb/README.md	Mon Aug 20 14:54:32 2018 +0200
+++ b/PerfsDb/README.md	Mon Aug 20 15:50:47 2018 +0200
@@ -23,6 +23,7 @@
 -------------
 
 - install standard tools
+
 ```bash
 sudo apt-get install -y mercurial wget curl
 ```
@@ -77,9 +78,19 @@
 
 ```
 
-Filtering tests
----------------
+Command line options
+--------------------
+
 ```bash
-python Run.py --orthanc-path=/.../ --plugins-path=/.../ --run --pg9-tiny test-filter=*ByPatient*
+--clear                          to clear the DB
+--init                           to initialize the DB
+--run                            to run the tests
+
+--config                         to include the config in the test run/init/clear
 
+--orthanc-path                   path to the folder where the Orthanc execuble lies
+--plugins-path                   path to the folder where the Orthanc plugins lie
+
+--test-filter=*ByPatient*        to filter the tests to execute
+--repeat=20                      to repeate each test N times (default is 20)
 ```
\ No newline at end of file