diff PerfsDb/README.md @ 198:705fa4447154

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jan 2019 15:28:26 +0100
parents 2bc4598c849d
children
line wrap: on
line diff
--- a/PerfsDb/README.md	Mon Jan 07 10:26:41 2019 +0100
+++ b/PerfsDb/README.md	Tue Jan 08 15:28:26 2019 +0100
@@ -46,9 +46,10 @@
 pip install -r requirements.txt
 ```
 
-To enter the virtual-env the next times:
+To enter the virtual-env the next times (on benchmark VM):
 
 ```bash
+cd /data-hdd-3g/orthanc-tests/PerfsDb
 source .env/bin/activate
 ```
 
@@ -60,7 +61,7 @@
 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 --pg9bis-tiny
+python Run.py --orthanc-path=/data-hdd-3g/orthanc-binaries/ --plugins-path=/data-hdd-3g/orthanc-binaries/ --init --pg9bis-small
 ```
 
 Clearing a DB
@@ -71,7 +72,7 @@
 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 --pg9bis-tiny
+python Run.py --orthanc-path=/data-hdd-3g/orthanc-binaries/ --plugins-path=/data-hdd-3g/orthanc-binaries/ --clear --pg9bis-small
 ```
 
 Runing tests on multiple DBs