Unverified Commit 51a0ec00 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

Missing the _test.dart
parent ef528f89
...@@ -680,7 +680,7 @@ TaskFunction createDrawAtlasPerfTest({ ...@@ -680,7 +680,7 @@ TaskFunction createDrawAtlasPerfTest({
'test_driver/run_app.dart', 'test_driver/run_app.dart',
'draw_atlas_perf', 'draw_atlas_perf',
enableImpeller: true, enableImpeller: true,
testDriver: 'test_driver/draw_atlas_perf.dart', testDriver: 'test_driver/draw_atlas_perf_test.dart',
saveTraceFile: true, saveTraceFile: true,
forceOpenGLES: forceOpenGLES, forceOpenGLES: forceOpenGLES,
).run; ).run;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment