rio icon indicating copy to clipboard operation
rio copied to clipboard

Write test case for checking the count of goroutines before and after the test

Open susamn opened this issue 5 years ago • 0 comments

We need to write test cases for calculating the resource utilization and if there are any unaccounted goroutines leaks. Use the following package to count the number of goroutines.

runtime.NumGoroutine()

susamn avatar Apr 12 '20 02:04 susamn