Skip to content

Commit 7bf4b69

Browse files
committed
documentation update
Signed-off-by: sohams <sohams@nvidia.com>
1 parent 4dee591 commit 7bf4b69

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

benchmarks/holoscan_flow_benchmarking/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ This script saves the original `cpp` files in a `*.cpp.bak` file.
4545
2. **Build the application**
4646

4747
```
48-
$ ./run build <application name> <other options> \
49-
--configure-args -DCMAKE_CXX_FLAGS=-I$PWD/benchmarks/holoscan_flow_benchmarking
48+
$ ./run build <application name> <other options> --benchmark
5049
```
5150

5251
Please make sure to test that the application runs correctly after building it, and before going to

run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@ build_desc() {
566566
echo " Default: build"
567567
echo " Associated environment variable: CMAKE_BUILD_PATH"
568568
echo " --benchmark : Build for Holoscan Flow Benchmarking."
569+
echo " Make sure the application is patched before"
570+
echo " building with this option."
569571
echo " --configure-args <extra_args> : Additional configuration arguments"
570572
echo " multiple arguments can be passed between quotes"
571573
echo " or using several --configure-args in the command line"

0 commit comments

Comments
 (0)