commit | bba10283c5db344e30b114e1db385da867fa2eed | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Mar 20 22:03:28 2021 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Mar 20 22:07:28 2021 -0700 |
tree | 37761c222ddc91ceade9addac0c764b4fc1bdffc | |
parent | 3399d124322ed7eb9afa3af5518ed485dcaef931 [diff] [blame] |
Speed up FileToFlatbuffer This takes one test down from 1500ms to 500ms running under fastbuild-msan. Change-Id: I9bd3e7b1d566b7c9362319eaa21d9af86395f41e
diff --git a/aos/BUILD b/aos/BUILD index 0159623..04293df 100644 --- a/aos/BUILD +++ b/aos/BUILD
@@ -335,6 +335,7 @@ ":flatbuffer_utils", ":flatbuffers", ":json_tokenizer", + "//aos/util:file", "@com_github_google_flatbuffers//:flatbuffers", "@com_github_google_glog//:glog", "@com_google_absl//absl/strings",