Fixed typo in devicelab test name (#149327)

Should fix devicelab failures in dashboard.
This commit is contained in:
gaaclarke 2024-05-30 16:02:03 -07:00 committed by GitHub
parent 3496b1d397
commit c0c284c72b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -673,7 +673,7 @@ TaskFunction createRRectBlurPerfTest({
return PerfTest(
'${flutterDirectory.path}/dev/benchmarks/macrobenchmarks',
'test_driver/run_app.dart',
'rrect_blur_test',
'rrect_blur_perf',
enableImpeller: enableImpeller,
forceOpenGLES: forceOpenGLES,
testDriver: 'test_driver/rrect_blur_perf_test.dart',