Javadoc comment.
()
| 85 | * Javadoc comment. |
| 86 | */ |
| 87 | @Benchmark |
| 88 | @BenchmarkMode(Mode.SampleTime) |
| 89 | @OutputTimeUnit(TimeUnit.NANOSECONDS) |
| 90 | public Status codeDecode() { |
| 91 | return Status.CODE_KEY.parseBytes("15".getBytes(Charset.forName("US-ASCII"))); |
| 92 | } |
| 93 | } |
| 94 |
nothing calls this directly
no test coverage detected