-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Performance] Read Bazel profile as a stream (#165)
Instead of reading the Bazel profile all at once, use a stream to reduce memory consumption. Benchmark with a Bazel profile of unzipped size 357MB Using YourKit as a profiler and checking the shallow size at the end of the `BazelProfile` constructor: Before: 3.6 GB After: 349 MB Contributes to #163 --------- Signed-off-by: Sara Adams <sara.e.adams@gmail.com>
Showing
1 changed file
with
64 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters