Skip to content

Commit e855ba8

Browse files
committed
Add note about using -j argument with make.
1 parent 351a01d commit e855ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Benchmarking-on-Windows.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ LNT testing for LLVM is done using the `release+asserts` version of clang. To bu
7070

7171
```
7272
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=On {path to your LLVM repo}
73-
make
73+
make -j {number of threads to use}
7474
```
7575
It may be possible to use a debug version of clang in LNT testing, although we have not tried it.
7676

@@ -95,5 +95,5 @@ If you just want to run tests quickly, use the `-j` option with the number of th
9595
-j 8
9696
```
9797

98-
The benchmark results will be output in CSV file and .json file.
98+
The benchmark results will be output in CSV file and a .json file.
9999

0 commit comments

Comments
 (0)