rustc-dev-guide/src/compiler-benchmarking.md

310 B
Raw Blame History

Benchmarking rustc

This one is a easier compared to the others. All youre doing is running benchmarks of the compiler itself so itll build it and run the one set of benchmarks available to it. The command is:

./x.py bench

Benchmarking lacks --no-fail-fast flag that test command has.