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
We should consider breaking RunMetrics into separate functions for each of the run modes. The current functions, such as the new handleSpikeMode, could create the other goroutines that we currently create within RunMetrics.
This refactor would help reduce the number of parameters we need to pass around across various functions.
We should consider breaking RunMetrics into separate functions for each of the run modes. The current functions, such as the new handleSpikeMode, could create the other goroutines that we currently create within RunMetrics.
This refactor would help reduce the number of parameters we need to pass around across various functions.
related:
#70
#64
The text was updated successfully, but these errors were encountered: