Adding runtime benchmarks to the Rust compiler benchmark suite

from blog Kobzol’s blog, | ↗ original
This post describes the design and implementation of a runtime benchmark suite for measuring the performance of Rust programs, which was recently added into the Rust compiler suite. I have recently blogged about how the whole benchmark suite works, so feel free to read that post first if you want to gather a bit more context.