From eddfe84a0393e3e10ef03e61f61a936867a42c4e Mon Sep 17 00:00:00 2001 From: David Nadoba Date: Mon, 25 Sep 2023 11:22:19 +0200 Subject: [PATCH] Remove Xcode specific benchmark documentation (#141) It is now included in the official docs: https://github.com/ordo-one/package-benchmark/commit/070dee37abe72c0a3d7e0feff5dca3effd66b541 --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 2089b106..a33bdfa0 100644 --- a/README.md +++ b/README.md @@ -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).