diff PerfsDb/README.md @ 196:29cb1ee97035

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Jan 2019 09:52:19 +0100
parents ff939d07989f
children 2bc4598c849d
line wrap: on
line diff
--- a/PerfsDb/README.md	Mon Dec 24 13:42:45 2018 +0100
+++ b/PerfsDb/README.md	Mon Jan 07 09:52:19 2019 +0100
@@ -56,14 +56,22 @@
 -----------------
 
 ```bash
+on amazy PC:
 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --init --mysql-tiny
+
+on benchmark VM:
+python Run.py --orthanc-path=/data-hdd-3g/orthanc-binaries/ --plugins-path=/data-hdd-3g/orthanc-binaries/ --init --pg9-tiny
 ```
 
 Clearing a DB
 -----------------
 
 ```bash
+on amazy PC:
 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --clear --mysql-tiny
+
+on benchmark VM:
+python Run.py --orthanc-path=/data-hdd-3g/orthanc-binaries/ --plugins-path=/data-hdd-3g/orthanc-binaries/ --clear --pg9-tiny
 ```
 
 Runing tests on multiple DBs
@@ -74,7 +82,7 @@
 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/orthanc-build-release/ --run --pg9-tiny --pg10-tiny --pg11-tiny --mysql-tiny --sqlite-tiny --mssql-tiny
 
 on benchmark VM:
-python Run.py --orthanc-path=/data/orthanc-binaries/ --plugins-path=/data/orthanc-binaries/ --run --pg9-tiny --pg10-tiny --pg11-tiny --mysql-tiny --sqlite-tiny --mssql-tiny
+python Run.py --orthanc-path=/data-hdd-3g/orthanc-binaries/ --plugins-path=/data-hdd-3g/orthanc-binaries/ --run --pg9-tiny --pg10-tiny --pg11-tiny --mysql-tiny --sqlite-tiny --mssql-tiny
 
 ```
 
@@ -93,4 +101,4 @@
 
 --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
+```