-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase_config.json
More file actions
29 lines (29 loc) · 916 Bytes
/
base_config.json
File metadata and controls
29 lines (29 loc) · 916 Bytes
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
{
"type": "web",
"devices": ["nexus5x"],
"replications": 5,
"duration": 30000,
"browsers": ["chrome"],
"monkeyrunner_path": "/home/team/Android/Sdk/tools/bin/monkeyrunner",
"systrace_path": "/home/team/Android/Sdk/platform-tools/systrace/systrace.py",
"powerprofile_path": "/home/team/android-runner/examples/batterystats/Scripts/power_profile.xml",
"paths": [
"{subject}"
],
"profilers": {
"Batterystats": {
"cleanup": false,
"experiment_aggregation" : "../Scripts/aggregation.py"
}
},
"scripts": {
"before_experiment": "../Scripts/before_experiment.py",
"before_run": "../Scripts/before_run.py",
"after_launch": "../Scripts/after_launch.py",
"interaction": [],
"before_close": "../Scripts/before_close.py",
"after_run": "../Scripts/after_run.py",
"after_experiment": "../Scripts/after_experiment.py"
},
"time_between_run": 120000
}