I have performance tests on Xcode with a baseline set as shown below.
These baselines appear to be locally saved (like breakpoints) so my changes to them are not transferred over git. When anyone other than myself runs my performance tests and they're too slow the tests do not fail. How can I resolve this?
Baselines are saved in YourProject.xcodeproj/xcshareddata/xcbaselines/
, meaning you just need to not include it in your .gitignore
file and you'll be able to add them to your remote.
(if you can't find that folder, right click your .xcodeproj
file and click 'Show Package Contents')
Once that is done, everyone synchronising and running performance tests should have the baselines you set to compare against.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With