Path: blob/master/examples/performance/config.json
907 views
{1"type": "native",2"devices": {3"Pixel 6": {}4},5"repetitions": 2,6"apps": [7"com.google.android.calendar",8"com.android.chrome"9],10"profilers": {11"Frametimes": {12"subject_aggregation" : "default",13"sample_interval": 100014},15"Garbagecollection": {16"subject_aggregation" : "default"17},18"Android": {19"subject_aggregation": "none",20"experiment_aggregation" : "none",21"sample_interval": 0,22"data_points": ["cpu", "mem"]23}24},25"scripts": {26"before_experiment": "Scripts/before_experiment.py",27"before_run": "Scripts/before_run.py",28"after_launch": "Scripts/after_launch.py",29"interaction": [30{31"type": "python3",32"path": "Scripts/interaction.py",33"timeout": 500,34"logcat_regex": "some keyword"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