-
Notifications
You must be signed in to change notification settings - Fork 240
Update Readme with current instructions #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hi @JosephTremoulet, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! The agreement was validated by .NET Foundation and real humans are currently evaluating your PR. TTYL, DNFBOT; |
README.md
Outdated
| 1. Clone this repo to the server. | ||
|
|
||
| 1. Navigate to the `./src/Benchmarks` directory under this repo and run the following command to install the latest version of the ASP.NET Core runtime for .NET Core CLR on x64: | ||
| 1. Navigate to the `./src/Benchmarks` directory under this repo and run the following command to restore the latest version of the ASP.NET Core runtime and depedencies for the server application: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "depedencies" -> "dependencies".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks. Fixed.
|
@JosephTremoulet: Thanks for submitting this PR! Once the typo is fixed I will merge it. |
8774d01 to
7f7148e
Compare
README.md
Outdated
| @@ -1,4 +1,4 @@ | |||
| # Benchmarks | |||
| # Benchmarks | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears your text editor inserted the UTF-8 Byte Order Mark (BOM), while the original file didn't have a BOM. Can you please remove the BOM?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, sorry. Fixed.
- Use `dotnet` instead of `dnx` to restore/run - Environment variable to set URLs to bind to is `ASPNETCORE_URLS` - Specify port 5000 rather than 5001 for generating load, since that matches the defaults in the server setup.
7f7148e to
020241b
Compare
dotnetinstead ofdnxto restore/runASPNETCORE_URLSmatches the defaults in the server setup.