Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: tracedb/perf.toml

Issue 2191373002: Perf: Ingest from both the old and new Google Storage locations. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 GitRepoDir = "/mnt/pd0/perf/skiarepo" # Directory location for the Skia repo. 1 GitRepoDir = "/mnt/pd0/perf/skiarepo" # Directory location for the Skia repo.
2 GitRepoURL = "https://skia.googlesource.com/skia" # URL location for the re po. 2 GitRepoURL = "https://skia.googlesource.com/skia" # URL location for the re po.
3 3
4 [Ingesters] 4 [Ingesters]
5 5
6 ### Nano bench ingester ################################################ ############ 6 ### Nano bench ingester ################################################ ############
7 [Ingesters.nano] 7 [Ingesters.nano]
8 RunEvery = "5m" 8 RunEvery = "5m"
9 NCommits = 10 9 NCommits = 10
10 MinDays = 2 10 MinDays = 2
11 StatusDir = "/mnt/pd0/perf/ingest_status" 11 StatusDir = "/mnt/pd0/perf/ingest_status"
12 MetricName = "nano-ingest" 12 MetricName = "nano-ingest"
13 13
14 [[Ingesters.nano.Sources]] 14 [[Ingesters.nano.Sources]]
15 Bucket = "chromium-skia-gm" 15 Bucket = "chromium-skia-gm"
16 Dir = "nano-json-v1" 16 Dir = "nano-json-v1"
17 17
18 [[Ingesters.nano.Sources]] 18 [[Ingesters.nano.Sources]]
19 Bucket = "skia-perf" 19 Bucket = "skia-perf"
20 Dir = "ct/10k" 20 Dir = "ct/10k"
21 21
22 [[Ingesters.nano.Sources]]
23 Bucket = "skia-perf"
24 Dir = "nano-json-v1"
25
22 [Ingesters.nano.ExtraParams] 26 [Ingesters.nano.ExtraParams]
23 TraceService = "localhost:9000" 27 TraceService = "localhost:9000"
24 28
25 ### Nanobench Trybot ingester ########################################## ################## 29 ### Nanobench Trybot ingester ########################################## ##################
26 [Ingesters.nano-trybot] 30 [Ingesters.nano-trybot]
27 RunEvery = "5m" 31 RunEvery = "5m"
28 NCommits = 10 32 NCommits = 10
29 MinDays = 2 33 MinDays = 2
30 StatusDir = "/mnt/pd0/perf/trybot_ingest_status" 34 StatusDir = "/mnt/pd0/perf/trybot_ingest_status"
31 MetricName = "nano-trybot-ingest" 35 MetricName = "nano-trybot-ingest"
32 36
33 [[Ingesters.nano-trybot.Sources]] 37 [[Ingesters.nano-trybot.Sources]]
34 Bucket = "chromium-skia-gm" 38 Bucket = "chromium-skia-gm"
35 Dir = "trybot/nano-json-v1" 39 Dir = "trybot/nano-json-v1"
36 40
41 [[Ingesters.nano-trybot.Sources]]
42 Bucket = "skia-perf"
43 Dir = "trybot/nano-json-v1"
44
37 [Ingesters.nano-trybot.ExtraParams] 45 [Ingesters.nano-trybot.ExtraParams]
38 TraceService = "localhost:9000" 46 TraceService = "localhost:9000"
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698