mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-22 17:36:52 +08:00
Remove some dead code
This commit is contained in:
parent
b022d6e6b6
commit
28d4b05804
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
// dostuff is supposed to generate a bunch of machine code that will hopefully
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue