Unverified Commit 9e5d22d1 authored by Yegor's avatar Yegor Committed by GitHub

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

parent d0202131
......@@ -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(
......
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