Skip to content

Commit ff2c06e

Browse files
committed
Move HostAndPortBenchmark to the benchmarks package
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 3eb4248 commit ff2c06e

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

src/test/benchmarks/io/vertx/core/net/impl/HostAndPortBenchmark.java renamed to vertx-core/src/test/java/io/vertx/benchmarks/HostAndPortBenchmark.java

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,12 @@
99
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
1010
*/
1111

12-
package io.vertx.core.net.impl;
12+
package io.vertx.benchmarks;
1313

14-
import java.util.concurrent.TimeUnit;
14+
import io.vertx.core.net.impl.HostAndPortImpl;
15+
import org.openjdk.jmh.annotations.*;
1516

16-
import org.openjdk.jmh.annotations.Benchmark;
17-
import org.openjdk.jmh.annotations.BenchmarkMode;
18-
import org.openjdk.jmh.annotations.Fork;
19-
import org.openjdk.jmh.annotations.Measurement;
20-
import org.openjdk.jmh.annotations.Mode;
21-
import org.openjdk.jmh.annotations.OutputTimeUnit;
22-
import org.openjdk.jmh.annotations.Param;
23-
import org.openjdk.jmh.annotations.Scope;
24-
import org.openjdk.jmh.annotations.Setup;
25-
import org.openjdk.jmh.annotations.State;
26-
import org.openjdk.jmh.annotations.Warmup;
17+
import java.util.concurrent.TimeUnit;
2718

2819
@State(Scope.Thread)
2920
@BenchmarkMode(Mode.AverageTime)

0 commit comments

Comments
 (0)