comparison 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
comparison
equal deleted inserted replaced
195:af8e034f4262 196:29cb1ee97035
54 54
55 Initializing a DB before tests 55 Initializing a DB before tests
56 ----------------- 56 -----------------
57 57
58 ```bash 58 ```bash
59 on amazy PC:
59 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --init --mysql-tiny 60 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --init --mysql-tiny
61
62 on benchmark VM:
63 python Run.py --orthanc-path=/data-hdd-3g/orthanc-binaries/ --plugins-path=/data-hdd-3g/orthanc-binaries/ --init --pg9-tiny
60 ``` 64 ```
61 65
62 Clearing a DB 66 Clearing a DB
63 ----------------- 67 -----------------
64 68
65 ```bash 69 ```bash
70 on amazy PC:
66 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --clear --mysql-tiny 71 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --clear --mysql-tiny
72
73 on benchmark VM:
74 python Run.py --orthanc-path=/data-hdd-3g/orthanc-binaries/ --plugins-path=/data-hdd-3g/orthanc-binaries/ --clear --pg9-tiny
67 ``` 75 ```
68 76
69 Runing tests on multiple DBs 77 Runing tests on multiple DBs
70 ----------------- 78 -----------------
71 79
72 ```bash 80 ```bash
73 on amazy PC: 81 on amazy PC:
74 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 82 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
75 83
76 on benchmark VM: 84 on benchmark VM:
77 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 85 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
78 86
79 ``` 87 ```
80 88
81 Command line options 89 Command line options
82 -------------------- 90 --------------------