Closed
Description
We're using this issue to track work on making benchmark suite for tracking efficiency of generated code (as opposed to efficiency of compilation time itself).
TODO: It might be good to copy over the list of items from description on rust-lang/rust#31265 . Or figure out some other way to encode them/curate them as a todo list for investigation points.
(original description follows)
It'd be great if there were an option to add a make bench
target to makefiles that would run runtime benchmarks. We could scrape the output from cargo bench
, for example, and include those as data points.
I could then merge the entries from https://github.com/nikomatsakis/rust-runtime-benchmarks and use those.