File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,6 @@ async def _process_config_yaml():
100
100
app ['traces' ] = app .get ('traces' , [])
101
101
app ['plugins' ].extend (config ['common-plugins' ])
102
102
app ['traces' ].extend (config ['common-traces' ])
103
-
104
- # Adding an empty android app for baseline comparison
105
- config ['test-apps' ].insert (0 , {'sdk' : 'baseline' , 'name' : 'baseline' })
106
103
return config
107
104
108
105
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ building a macrobenchmark test app for each of the Firebase Android SDKs.
10
10
If not all of them are required, comment out irrelevant ones for faster build
11
11
and test time.
12
12
13
- ** Note** : An empty Android app (named ` baseline ` ) will be created during runtime
14
- for baseline comparison, even though it is not listed in
15
- [ config.yaml] ( config.yaml ) . This app can also be used as a skeleton for
16
- setting up a more complex benchmark testing app.
17
-
18
13
## Run benchmark tests
19
14
20
15
### Prerequisite
You can’t perform that action at this time.
0 commit comments