Skip to content

Conversation

@JosephTremoulet
Copy link
Contributor

  • 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.

@dnfclas
Copy link

dnfclas commented Sep 21, 2016

Hi @JosephTremoulet, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: "depedencies" -> "dependencies".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks. Fixed.

@mikeharder
Copy link
Contributor

@JosephTremoulet: Thanks for submitting this PR! Once the typo is fixed I will merge it.

README.md Outdated
@@ -1,4 +1,4 @@
# Benchmarks
# Benchmarks
Copy link
Contributor

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?

Copy link
Contributor Author

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants