Skip to content

Commit

Permalink
Merge pull request rust-lang#30 from killercup/patch-4
Browse files Browse the repository at this point in the history
Suggest running the benchmarks with  `--release`
  • Loading branch information
alexcrichton authored Aug 11, 2016
2 parents 28f4d02 + bccd141 commit 0345dd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion futures-minihttp/techempower1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sends it back to the client.
First, run the server

```
$ cargo run
$ cargo run --release
```

Then, make a connection
Expand Down
2 changes: 1 addition & 1 deletion futures-minihttp/techempower2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ file.
After, run the server

```
$ cargo run
$ cargo run --release
```

Then, make a connection
Expand Down
2 changes: 1 addition & 1 deletion futures-minihttp/techempower2/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//! After, run the server
//!
//! ```
//! $ cargo run
//! $ cargo run --release
//! ```
//!
//! Then, make a connection
Expand Down

0 comments on commit 0345dd7

Please sign in to comment.