Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Include a link to the rendered data #1

Merged
merged 1 commit into from
Nov 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 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
Expand Down