Path: blob/master/examples/android/config_web.json
907 views
{1"type": "web",2"devices": {3"Pixel 6": {}4},5"repetitions": 1,6"browsers": [7"chrome"8],9"paths": [10"https://www.google.com"11],12"profilers": {13"android": {14"subject_aggregation": "none",15"experiment_aggregation": "Scripts/aggregate_android.py",16"sample_interval": 100,17"data_points": [18"cpu",19"mem"20]21},22"Frametimes": {23"subject_aggregation" : "default",24"sample_interval": 100025}26},27"scripts": {28"before_experiment": "Scripts/before_experiment.py",29"before_run": "Scripts/before_run.py",30"after_launch": "Scripts/after_launch.py",31"interaction": [32{33"type": "python3",34"path": "Scripts/interaction.py"35}36],37"before_close": "Scripts/before_close.py",38"after_run": "Scripts/after_run.py",39"after_experiment": "Scripts/after_experiment.py"40},41"time_between_run": 50042}434445