Skip to content

Commit

Permalink
Fix typo in test name
Browse files Browse the repository at this point in the history
There was a typo in the name of the test: it's using 1000 byte
packets, not 1400.
  • Loading branch information
jech authored and adriancable committed May 25, 2022
1 parent 33e4168 commit 88859d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream_srtp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func BenchmarkWriteRTP(b *testing.B) {
b.Run("CTR-100", func(b *testing.B) {
benchmarkWriteRTP(b, profileCTR, 100)
})
b.Run("CTR-1400", func(b *testing.B) {
b.Run("CTR-1000", func(b *testing.B) {
benchmarkWriteRTP(b, profileCTR, 1000)
})
b.Run("GCM-100", func(b *testing.B) {
Expand Down

0 comments on commit 88859d2

Please sign in to comment.