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 "$@"