[devicelab] fix name of flutter driver benchmark. (#132527)

Missing the _test.dart
This commit is contained in:
Jonah Williams
2023-08-14 17:03:48 -07:00
committed by GitHub
parent ef528f8939
commit 51a0ec006f

View File

@@ -680,7 +680,7 @@ TaskFunction createDrawAtlasPerfTest({
'test_driver/run_app.dart',
'draw_atlas_perf',
enableImpeller: true,
testDriver: 'test_driver/draw_atlas_perf.dart',
testDriver: 'test_driver/draw_atlas_perf_test.dart',
saveTraceFile: true,
forceOpenGLES: forceOpenGLES,
).run;