Move benchmarks to their own directory

This commit is contained in:
Chris Vest 2020-11-23 18:10:27 +01:00
parent 6e23ba139d
commit eb7717b00a

View File

@ -13,8 +13,10 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
package io.netty.buffer.api;
package io.netty.buffer.api.benchmarks;
import io.netty.buffer.api.Allocator;
import io.netty.buffer.api.Buf;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Fork;