-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Issue:
The resulting cvs file in the generated android folder, is the same for each paths entry and subsequent replication in the configuration json file.
Configuration:
{
"monkeyrunner_path": "/home/mike/Android/Sdk/tools/bin/monkeyrunner",
"type": "web",
"devices": ["BH90DA7Z4D"],
"replications": 5,
"browsers": ["chrome"],
"paths": [
"https://www.google.com/",
"https://www.nu.nl/"
],
"profilers": {
"trepn": {
"sample_interval": 100,
"data_points": [
"battery_power", "mem_usage"
]
},
"android": {
"sample_interval": 200,
"data_points": ["cpu", "mem"]
}
},
"scripts": {
"before_experiment": "before_experiment.py",
"before_run": "before_run.py",
"after_launch": "after_launch.py",
"interaction": "interaction.py",
"before_close": "before_close.py",
"after_run": "after_run.py",
"after_experiment": "after_experiment.py",
"aggregation": "aggregation.py"
},
"time_between_run": 500
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels