upload the output of the DisplayList builder benchmarks (flutter/engine#35010)

This commit is contained in:
Jim Graham 2022-07-29 15:02:36 -07:00 committed by GitHub
parent 90bc7fcd55
commit d2476d54a8

View File

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