Comment out log in a benchmark.
This commit is contained in:
parent
60045d4ca2
commit
b1428812c8
@ -6,7 +6,7 @@ const playlistPath = "../../p.log"
|
||||
|
||||
func BenchmarkIcecastCurrentSong(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
s, err := icecastCurrentSong(playlistPath)
|
||||
b.Log(s, err)
|
||||
/*s, err :=*/ icecastCurrentSong(playlistPath)
|
||||
// b.Log(s, err)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user