diff --git a/encoding/bench_test.go b/encoding/bench_test.go index d181085e..490656b3 100644 --- a/encoding/bench_test.go +++ b/encoding/bench_test.go @@ -5,7 +5,6 @@ package encoding_test import ( - "flag" "fmt" "testing" @@ -20,8 +19,6 @@ import ( // to real world peformance. They are mainly useful as a quick check to // detect unexpected regressions and for profiling specific cases. -var benchV1 = flag.Bool("v1", false, "benchmark the v1 implementation") - const maxRecurseLevel = 3 func makeProto() *tpb.TestAllTypes {