(b *testing.B)
| 379 | } |
| 380 | |
| 381 | func BenchmarkEncode1MiB(b *testing.B) { |
| 382 | bmEncode(b, 1024*1024) |
| 383 | } |
| 384 | |
| 385 | // bmCompressor benchmarks a compressor of a Protocol Buffer message containing |
| 386 | // mSize bytes. |
nothing calls this directly
no test coverage detected