console type no need to bench

This commit is contained in:
JessonChan 2016-01-12 17:46:10 +08:00
parent 391f897eb1
commit e32e3a759c
1 changed files with 0 additions and 8 deletions

View File

@ -43,11 +43,3 @@ func TestConsole(t *testing.T) {
testConsoleCalls(log2)
}
func BenchmarkConsole(b *testing.B) {
log := NewLogger(10000)
log.EnableFuncCallDepth(true)
log.SetLogger("console", "")
for i := 0; i < b.N; i++ {
log.Debug("debug")
}
}