Added missing lite binaries to size_data.txt.

pull/13171/head
Joshua Haberman 4 years ago
parent 555fbbc0bc
commit 0f79d47215
  1. 2
      benchmarks/BUILD

@ -184,7 +184,7 @@ genrule(
name = "size_data",
srcs = expand_suffixes(
SIZE_BENCHMARKS.keys(),
suffixes = ["_upb_binary", "_protobuf_binary"],
suffixes = ["_upb_binary", "_protobuf_binary", "_lite_protobuf_binary"],
),
outs = ["size_data.txt"],
cmd = "size --format=GNU -d $(SRCS) > $@",

Loading…
Cancel
Save