X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fpeer_test.go;h=18bd5feada92d165033b0b8da0336b834f08822d;hb=f576bd10109626e8fd2ac41a7ed0ce86cc6e3822;hp=4a0c7523f6a71abc67061c82102116b2fa478a4f;hpb=4cc7cf27a64355bbe1f64418a55e860baeb63ac0;p=govpn.git 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) }