You've already forked go-profiler-notes
mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2025-07-12 23:50:13 +02:00
Remove some dead code
This commit is contained in:
@ -61,14 +61,6 @@ func BenchmarkFunctionSize(b *testing.B) {
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
//b.Run("long", func(b *testing.B) {
|
||||
//long(func() {
|
||||
//for i := 0; i < b.N; i++ {
|
||||
//runtime.Callers(0, callers)
|
||||
//}
|
||||
//})
|
||||
//})
|
||||
}
|
||||
|
||||
// dostuff is supposed to generate a bunch of machine code that will hopefully
|
||||
|
Reference in New Issue
Block a user