Closed syscrusher closed 9 years ago
Tango initializes itself with a logger to stdout, which gets quite long during all of the benchmark requests. https://github.com/lunny/tango/blob/master/tan.go#L199
Instead write to /dev/null (ioutil.Discard).
Thank you!
Tango initializes itself with a logger to stdout, which gets quite long during all of the benchmark requests. https://github.com/lunny/tango/blob/master/tan.go#L199
Instead write to /dev/null (ioutil.Discard).