Skip to content

Commit

Permalink
added note about pwd being the .csproj folder for netcore apps
Browse files Browse the repository at this point in the history
  • Loading branch information
heynickc committed Mar 29, 2017
1 parent 87eb3eb commit df932c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ After adding this reference, run `dotnet restore` and the NBench .NET Core runne
PS> dotnet nbench .\src\bin\Debug\MyPerfTests.dll output-directory="C:\Perf"
```

**NOTE:** Your shell's working directory must be inside the folder containing the .csproj file with the above `<DotNetCliToolReference>` in order to run `dotnet nbench`.

## Command Line Parameters
```
NBench.Runner.exe [assembly names] [output-directory={dir-path}] [configuration={file-path}] [include=MyTest*.Perf*,Other*Spec] [exclude=*Long*] [concurrent={true|false}]
Expand Down

0 comments on commit df932c1

Please sign in to comment.