FootlessParser icon indicating copy to clipboard operation
FootlessParser copied to clipboard

Run performance unit tests in release mode

Open kareman opened this issue 7 years ago • 0 comments

Right now they are running in debug mode which is pretty pointless.

Will have to create a new unit test target in Xcode for performance tests and a corresponding scheme which uses Release build settings. I don't think Swift Package Manager has any built-in support for performance unit tests, but I'm sure it can be done via options to "swift test".

kareman avatar Jan 31 '17 22:01 kareman