From 28d4b05804d5d29f45e3411eed9e4bdf3cad9341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Thu, 8 Apr 2021 16:46:51 +0200 Subject: [PATCH] Remove some dead code --- examples/stack-unwind-overhead/main_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/stack-unwind-overhead/main_test.go b/examples/stack-unwind-overhead/main_test.go index 827888e..977cade 100644 --- a/examples/stack-unwind-overhead/main_test.go +++ b/examples/stack-unwind-overhead/main_test.go @@ -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