Skip to content

Commit

Permalink
Move HostAndPortBenchmark to the benchmarks package
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Segismont <[email protected]>
  • Loading branch information
tsegismont committed Jan 6, 2025
1 parent 3eb4248 commit ff2c06e
Showing 1 changed file with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,12 @@
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
*/

package io.vertx.core.net.impl;
package io.vertx.benchmarks;

import java.util.concurrent.TimeUnit;
import io.vertx.core.net.impl.HostAndPortImpl;
import org.openjdk.jmh.annotations.*;

import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Fork;
import org.openjdk.jmh.annotations.Measurement;
import org.openjdk.jmh.annotations.Mode;
import org.openjdk.jmh.annotations.OutputTimeUnit;
import org.openjdk.jmh.annotations.Param;
import org.openjdk.jmh.annotations.Scope;
import org.openjdk.jmh.annotations.Setup;
import org.openjdk.jmh.annotations.State;
import org.openjdk.jmh.annotations.Warmup;
import java.util.concurrent.TimeUnit;

@State(Scope.Thread)
@BenchmarkMode(Mode.AverageTime)
Expand Down

0 comments on commit ff2c06e

Please sign in to comment.