]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/peer_test.go
Unnecessary benchmark timer reset call
[govpn.git] / src / cypherpunks.ru / govpn / peer_test.go
index 4a0c7523f6a71abc67061c82102116b2fa478a4f..18bd5feada92d165033b0b8da0336b834f08822d 100644 (file)
@@ -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)
        }