From d2476d54a8fff2f90e1a9847bdddb06e5ed71258 Mon Sep 17 00:00:00 2001 From: Jim Graham Date: Fri, 29 Jul 2022 15:02:36 -0700 Subject: [PATCH] upload the output of the DisplayList builder benchmarks (flutter/engine#35010) --- engine/src/flutter/testing/benchmark/upload_metrics.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/src/flutter/testing/benchmark/upload_metrics.sh b/engine/src/flutter/testing/benchmark/upload_metrics.sh index f2a1b3acded..e5b371bf23e 100644 --- a/engine/src/flutter/testing/benchmark/upload_metrics.sh +++ b/engine/src/flutter/testing/benchmark/upload_metrics.sh @@ -44,3 +44,5 @@ cd "$SCRIPT_DIR" --json ../../../out/host_release/shell_benchmarks.json "$@" "$DART" --disable-dart-dev bin/parse_and_send.dart \ --json ../../../out/host_release/ui_benchmarks.json "$@" +"$DART" --disable-dart-dev bin/parse_and_send.dart \ + --json ../../../out/host_release/display_list_builder_benchmarks.json "$@"