Skip to content

Commit

Permalink
Remove Xcode specific benchmark documentation (#141)
Browse files Browse the repository at this point in the history
It is now included in the official docs: ordo-one/package-benchmark@070dee3
  • Loading branch information
dnadoba authored Sep 25, 2023
1 parent aa83add commit eddfe84
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,5 @@ Afterwards you can run the benchmarks from CLI by going to the `Benchmarks` subf
swift package benchmark
```

Profiling benchmarks or building the benchmarks in release mode in Xcode with `jemalloc` is currently not supported and requires disabling `jemalloc`.
Make sure Xcode is closed and then open it from the CLI with the `BENCHMARK_DISABLE_JEMALLOC=true` environment variable set e.g.:
```
BENCHMARK_DISABLE_JEMALLOC=true xed .
```


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).

0 comments on commit eddfe84

Please sign in to comment.