diff options
author | Ben Burwell <ben@benburwell.com> | 2019-09-23 11:44:31 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-09-23 11:44:31 -0400 |
commit | 8f24258d7d284663b5e90719eecfd2b4c44eb632 (patch) | |
tree | 683c401de21e8265ec4c607d0a7ffa71a3f052b7 | |
parent | 0c0fce30d964b9de5d44ea2841dd44c81f75c5dc (diff) |
Remove failing benchmark
-rw-r--r-- | caesar_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/caesar_test.go b/caesar_test.go index 008cccc..674870c 100644 --- a/caesar_test.go +++ b/caesar_test.go @@ -47,10 +47,6 @@ func TestEncoderTable(t *testing.T) { } } -func BenchmarkFailure(b *testing.B) { - b.Fail() -} - func BenchmarkEncode(b *testing.B) { for i := 0; i < b.N; i++ { Encode("attack at dawn") |