Skip to content

Commit

Permalink
Update local_application.md (dotnet#69)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
RobertHenry6bev authored Jul 25, 2020
1 parent 6c25e2d commit 8103d9c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/local_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ public static void Main(string[] args)
Execute the following command:

```
crank --config /crank/samples/hello/hello.benchmarks.yml --scenario hello --profile local
--application.options.displayOutput true
> crank --config /crank/samples/hello/hello.benchmarks.yml --scenario hello --profile local --application.options.displayOutput true
```

Notice the `--application.options.displayOutput` argument which will stream the output of the application from the agent:
Expand All @@ -81,4 +80,4 @@ Notice the `--application.options.displayOutput` argument which will stream the

## Conclusion

Use this technique to iterate quickly when benchmarking local changes. You can even do more changes while the benchmark is running remotely.
Use this technique to iterate quickly when benchmarking local changes. You can even do more changes while the benchmark is running remotely.

0 comments on commit 8103d9c

Please sign in to comment.