-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_macro.ini
29 lines (27 loc) · 950 Bytes
/
config_macro.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[run]
;total number of recorded runs is processes*values. In addition there will be some extra warm up and calibration runs.
;values per run. default: 5
values=5
;runs per micro. default: 5
processes=5
;seconds before and after every micro. default: 10
bm_cooldown=10
;number of concurrent users. default: 1,2,5,10
users=1
[app]
;db url of the app. default: db=sqlite:///macro.db
app_db=sqlite:///macro.db
;base url of flask app. default: 127.0.0.1
url=127.0.0.1
;port on which the flask app should run. default: 5000
port=5000
;network protocol. default: http
protocol=http
;webserver used. default: gunicorn. other options: werkzeug (flask default): for the macro really really don't use this
webserver=gunicorn
[fmd]
;monitoring levels. default: -1,0,1,2,3
levels=-1,0,1,2
;db used. default: 'sqlite:///micro_fmd.db'. mysql option: 'mysql+pymysql://user:password@localhost:3306/fmd'.
;mysql db must be created first
fmd_db=sqlite:///macro_fmd.db