Marwes / benchmarks

Some benchmarks for testing rustc performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmarks for Rust compiler performance

Recorded timings shown at: http://www.ncameron.org/perf-rustc/

Each subdirectory should contain a single crate for benchmarking. It should include a makefile so that the crate can be built by running make. Any use of rustc should include the argument -Ztime-passes. See for example the helloworld crate. Each makefile should build only one crate.

regex is duplicated because there are two crates, and the current scipt only handles one crate per directory. It would be better to have a manifest or something.

About

Some benchmarks for testing rustc performance


Languages

Language:Rust 76.3%Language:RenderScript 21.0%Language:HTML 2.4%Language:Python 0.3%Language:C 0.0%Language:Makefile 0.0%Language:Shell 0.0%