From f576bd10109626e8fd2ac41a7ed0ce86cc6e3822 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 11 Sep 2016 14:06:12 +0300 Subject: [PATCH] Unnecessary benchmark timer reset call --- src/cypherpunks.ru/govpn/peer_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cypherpunks.ru/govpn/peer_test.go b/src/cypherpunks.ru/govpn/peer_test.go index 4a0c752..18bd5fe 100644 --- a/src/cypherpunks.ru/govpn/peer_test.go +++ b/src/cypherpunks.ru/govpn/peer_test.go @@ -113,7 +113,6 @@ func TestTransportSymmetricEncless(t *testing.T) { } func BenchmarkEnc(b *testing.B) { - b.ResetTimer() for i := 0; i < b.N; i++ { testPeer.EthProcess(testPt) } -- 2.44.0