Skip to content

Commit 6090f1e

Browse files
authored
Update macrobenchmark to use the right device (#3346)
This is a follow up to #3343 which made the change for crashlytics.
1 parent b7c3081 commit 6090f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/fireci/fireciplugins/macrobenchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async def _execute_benchmark_tests(self):
184184
args += ['--type', 'instrumentation']
185185
args += ['--app', app_apk_path]
186186
args += ['--test', test_apk_path]
187-
args += ['--device', 'model=flame,version=30,locale=en,orientation=portrait']
187+
args += ['--device', 'model=redfin,version=30,locale=en,orientation=portrait']
188188
args += ['--directories-to-pull', '/sdcard/Download']
189189
args += ['--results-bucket', f'gs://{self.test_results_bucket}']
190190
args += ['--results-dir', self.test_results_dir]

0 commit comments

Comments
 (0)