| OLD | NEW |
| 1 [Common] | 1 [Common] |
| 2 | 2 |
| 3 ResourcePath = "/Users/humper/work/gocode/src/go.skia.org/infra/fuzzer" | 3 ResourcePath = "/Users/humper/work/gocode/src/go.skia.org/infra/fuzzer" |
| 4 FuzzOutputGSBucket = "skia-fuzzer" | 4 FuzzOutputGSBucket = "skia-fuzzer" |
| 5 DoOauth = true | 5 DoOauth = true |
| 6 OauthCacheFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/go
ogle_storage_token.data" | 6 OauthCacheFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/go
ogle_storage_token.data" |
| 7 OAuthClientSecretFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/cl
ient_secret.json" | 7 OAuthClientSecretFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/cl
ient_secret.json" |
| 8 | 8 Local = false |
| 9 | 9 |
| 10 [FrontEnd] | 10 [FrontEnd] |
| 11 | 11 |
| 12 Port = ":8000" # "HTTP service address (e.g., ':8000')") | 12 Port = ":8000" # "HTTP service address (e.g., ':8000')") |
| 13 GraphiteServer = "skia-monitoring-b:2003" # address of the graphite server | 13 GraphiteServer = "skia-monitoring-b:2003" # address of the graphite server |
| 14 RedirectURL = "https://fuzzer.skia.org/oauth2callback/" # OAuth2 redirect URL |
| 15 ForceLogin = true |
| 14 | 16 |
| 15 [Fuzzer] | 17 [Fuzzer] |
| 16 | 18 |
| 17 CachePath = "/Users/humper/work/fuzzer_cache" | 19 CachePath = "/Users/humper/work/fuzzer_cache" |
| 18 SkiaSourceDir = "/Users/humper/work/skia" | 20 SkiaSourceDir = "/Users/humper/work/skia" |
| 19 | 21 |
| 20 [Generators] | 22 [Generators] |
| 21 | 23 |
| 22 [Generators.dummy] | 24 [Generators.dummy] |
| 23 Weight=0 | 25 Weight=0 |
| 24 | 26 |
| 25 [Generators.paths] | 27 [Generators.paths] |
| 26 Weight=1 | 28 Weight=1 |
| 27 | 29 |
| 28 [Generators.fail] | 30 [Generators.fail] |
| 29 Weight=0 | 31 Weight=0 |
| OLD | NEW |