-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeSuggestedIssues that may be good for new contributors looking for work to do.Issues that may be good for new contributors looking for work to do.
Milestone
Description
The function t.Parallel() does not pause the internal timer, so the time that it takes for the test case to get scheduled gets counted in that test's execution time. Options: 1) This can be fixed by moving the StopTimer stuff from testing.B to testing.common, and using those functions inside t.Parallel to stop the timer before doing the chan ops, and starting the timer again afterwards. 2) Manually pause and resume the timer by messing around with the start time in t.Parallel
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeSuggestedIssues that may be good for new contributors looking for work to do.Issues that may be good for new contributors looking for work to do.