swift-foundation icon indicating copy to clipboard operation
swift-foundation copied to clipboard

Benchmark info is broken / missing / misleading

Open itingliu opened this issue 8 months ago • 0 comments

The info about building and running Benchmarks is broken / missing / misleading.

SWIFTCI_USE_LOCAL_DEPS=.. swift package benchmark

doesn’t work, it needs to be ../.. — and then (because the top-level Package.swift also uses SWIFTCI_USE_LOCAL_DEPS, the top-level project also wants to use local dependencies.

I worked around it with local modificatoins to the Package.swift, but this could use some TLC.

Originally posted by @danieleggert in https://github.com/swiftlang/swift-foundation/issues/1198#issuecomment-2753592821

itingliu avatar Mar 26 '25 15:03 itingliu