aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/benchmarks/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/benchmarks/README.md b/libc/benchmarks/README.md
index ed7d80e..c7619d0 100644
--- a/libc/benchmarks/README.md
+++ b/libc/benchmarks/README.md
@@ -35,8 +35,8 @@ informations** and **benchmarking configuration**.
```shell
cd llvm-project
-cmake -B/tmp/build -Sllvm -DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;libc' -DCMAKE_BUILD_TYPE=Release
-make -C /tmp/build -j display-libc-memcpy-benchmark-small
+cmake -B/tmp/build -Sllvm -DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;libc' -DCMAKE_BUILD_TYPE=Release -G Ninja
+ninja -C /tmp/build display-libc-memcpy-benchmark-small
```
The display target will attempt to open a window on the machine where you're