Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • So the idea is that I commit my timing code to the branch, send to code review. After the PR is approved, remove the temoprary commits and then merge. Commented Mar 19 at 10:23
  • 1
    I would normally remove them before creating a PR, but if you think the reviewers would benefit from having the commits present then create a separate my_feature.review branch which you rebase on top of my_feature to contain them. Then if the reviewer want to run and test locally they have your timing debug available. Commented Mar 19 at 17:45