diff --git a/Benchmarks/Package.swift b/Benchmarks/Package.swift index 37347f2a4..a6333f431 100644 --- a/Benchmarks/Package.swift +++ b/Benchmarks/Package.swift @@ -10,7 +10,8 @@ let package = Package( dependencies: [ .package(name: "client-sdk-swift", path: "../"), .package(url: "https://github.com/livekit/livekit-uniffi-xcframework.git", from: "0.0.1"), - .package(url: "https://github.com/ordo-one/benchmark.git", from: "1.29.0"), + // No Jemalloc trait: jemalloc's malloc-zone hooks crash on macOS 26 (malloc metrics read 0 without it) + .package(url: "https://github.com/ordo-one/benchmark.git", from: "1.29.0", traits: []), ], targets: [ .executableTarget(