{
"type": "web",
"devices": {
"nexus6p": {}
},
"repetitions": 1,
"browsers": ["firefox"],
"paths": [
"https://google.com/",
"https://apple.com/",
"https://wikipedia.com/"
],
"profilers":{
"AndroidPlugin": {
"subject_aggregation": "none",
"experiment_aggregation" : "Scripts/aggregate_android_plugin.py",
"sample_interval": 200,
"data_points": ["cpu", "mem"]
}
},
"scripts": {
"before_experiment": "Scripts/before_experiment.py",
"before_run": "Scripts/before_run.py",
"after_launch": "Scripts/after_launch.py",
"interaction": [
{
"type": "python3",
"path": "Scripts/interaction.py",
"timeout": 500,
"logcat_regex": "some keyword"
}
],
"before_close": "Scripts/before_close.py",
"after_run": "Scripts/after_run.py",
"after_experiment": "Scripts/after_experiment.py"
},
"time_between_run": 100
}