Skip to content

Commit

Permalink
document main commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Jul 28, 2022
1 parent 5195572 commit 1226965
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@ Commands to build and test the project can be found in [COMMANDS.md](./COMMANDS.
Nonetheless, here are the essential commands to build the project, run the benchmark tests and create the charts:

```shell
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build -G Ninja
cmake -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./

build -G Ninja

cmake --build ./build --config Release

./build/test/ConvolutionBenchmarksTests [performance] --reporter XML::out=./build/benchmark/benchmark-report.xml --reporter console::out=-::colour-mode=ansi

cd charts

npm ci

npm run build
```

Expand Down

0 comments on commit 1226965

Please sign in to comment.