blob: de61c07461af3195abd4c7d286d016d63ccc0a3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"base_test_path": "tests",
"cache_path": "cache-metrics.db",
"expectation_paths": [
"expectations/platform-all"
],
"ignore_paths": [
"ignores/platform-all.json",
"ignores/platform-macos.json"
],
"metric_path": "macos-xcode11-release",
"probes": [
"probeGFX",
"probeMemory",
"probeNetwork"
]
}
|