Skip to content

Commit

Permalink
Suggest running the benchmarks with --release
Browse files Browse the repository at this point in the history
Just to be sure.
  • Loading branch information
killercup committed Aug 11, 2016
1 parent 28f4d02 commit bccd141
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 bccd141

Please sign in to comment.