Skip to content

Commit eddfe84

Browse files
authored
Remove Xcode specific benchmark documentation (#141)
It is now included in the official docs: ordo-one/package-benchmark@070dee3
1 parent aa83add commit eddfe84

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,5 @@ Afterwards you can run the benchmarks from CLI by going to the `Benchmarks` subf
6060
swift package benchmark
6161
```
6262

63-
Profiling benchmarks or building the benchmarks in release mode in Xcode with `jemalloc` is currently not supported and requires disabling `jemalloc`.
64-
Make sure Xcode is closed and then open it from the CLI with the `BENCHMARK_DISABLE_JEMALLOC=true` environment variable set e.g.:
65-
```
66-
BENCHMARK_DISABLE_JEMALLOC=true xed .
67-
```
68-
69-
7063
For more information please refer to `swift package benchmark --help` or the [documentation of `package-benchmark`](https://swiftpackageindex.com/ordo-one/package-benchmark/documentation/benchmark).
7164

0 commit comments

Comments
 (0)