Looking at <http://perf.rust-lang.org/nll-dashboard.html>, the inflate test is way out of line with the others — what is making it so slow? We need to do some profiles. I wrote up a [guide to profiling](https://gist.github.com/nikomatsakis/45e81ac4cfcf21c665176e3e2907f40e) that talks about how I do profiling.
Looking at http://perf.rust-lang.org/nll-dashboard.html, the inflate test is way out of line with the others — what is making it so slow? We need to do some profiles.
I wrote up a guide to profiling that talks about how I do profiling.