Closed majkinetor closed 11 years ago
var noStats = new StatsdClient.Statsd(null, 0);
vs
var noStats = new StatsdClient.Statsd(string.Empty, 0);
Iz 10x slower.
I use this to disable metrics on testing environment.
vs
Iz 10x slower.
I use this to disable metrics on testing environment.