You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2022. It is now read-only.
First thank you for organizing this collective effort.
I want to ask that if we're using the build time with ⌘+B showed by Xcode by sudo defaults write com.apple.dt.Xcode ShowBuildOperationDuration -bool YES ? I think this is a better bench compare to ⌘+R because people might be launching different simulators(for example I am running iPad pro 21.9 3rd Gen). I think different simulators might launch in different timeframe. Also the Xcode build time shows more accuracy, to the 3rd decimals , compare to a stopwatch. For example my build time is 16.641s, 17.478s in 2 tests, compare to when app shows in simulator which is around 27s with stopwatch.
I will submit a pr with the correct number after your response.
First thank you for organizing this collective effort.
I want to ask that if we're using the build time with ⌘+B showed by Xcode by
sudo defaults write com.apple.dt.Xcode ShowBuildOperationDuration -bool YES? I think this is a better bench compare to ⌘+R because people might be launching different simulators(for example I am running iPad pro 21.9 3rd Gen). I think different simulators might launch in different timeframe. Also the Xcode build time shows more accuracy, to the 3rd decimals , compare to a stopwatch. For example my build time is 16.641s, 17.478s in 2 tests, compare to when app shows in simulator which is around 27s with stopwatch.I will submit a pr with the correct number after your response.