Can we set the benchmark test programmatically in xcode?
I wrote some performance tests using the XCTest framework in my project. I was wondering if it is possible to set a baseline for performance testing programmatically before the first run, or if there is another way to set the baseline other than the performance results window.