From 8103d9c00d19088cfb5ce64723de6d825ed381a6 Mon Sep 17 00:00:00 2001 From: Robert Henry Date: Fri, 24 Jul 2020 17:33:01 -0700 Subject: [PATCH] Update local_application.md (#69) [ci skip] --- docs/local_application.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/local_application.md b/docs/local_application.md index 375114288..cddc67874 100644 --- a/docs/local_application.md +++ b/docs/local_application.md @@ -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: @@ -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. \ No newline at end of file +Use this technique to iterate quickly when benchmarking local changes. You can even do more changes while the benchmark is running remotely.