Skip to content

Commit fb143af

Browse files
committed
remove baseline
1 parent 504db3c commit fb143af

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ci/fireci/fireciplugins/macrobenchmark.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ async def _process_config_yaml():
100100
app['traces'] = app.get('traces', [])
101101
app['plugins'].extend(config['common-plugins'])
102102
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'})
106103
return config
107104

108105

health-metrics/benchmark/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ building a macrobenchmark test app for each of the Firebase Android SDKs.
1010
If not all of them are required, comment out irrelevant ones for faster build
1111
and test time.
1212

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-
1813
## Run benchmark tests
1914

2015
### Prerequisite

0 commit comments

Comments
 (0)