Say [APP] instead of [Gallery] in web benchmarks (#69624)

This commit is contained in:
Yegor 2020-11-03 10:13:07 -08:00 committed by GitHub
parent d0202131fd
commit 9e5d22d101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ Future<TaskResult> runWebBenchmark({ @required bool useCanvasKit }) async {
// `dev/benchmarks/macrobenchmarks/lib/web_benchmarks.dart`
// to print information.
final String message = await request.readAsString();
print('[Gallery] $message');
print('[APP] $message');
return Response.ok('Reported.');
} else {
return Response.notFound(