Skip to content

Commit 5fc6607

Browse files
barchettadalexandrov
authored andcommitted
Move webserver/benchmark/jmh to tests/benchmark/jmh (helidon-io#7690)
1 parent 978d7bb commit 5fc6607

File tree

13 files changed

+8
-17
lines changed

13 files changed

+8
-17
lines changed
File renamed without changes.

webserver/benchmark/jmh/pom.xml renamed to tests/benchmark/jmh/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<groupId>io.helidon.webserver.benchmark</groupId>
23-
<artifactId>helidon-webserver-benchmark-project</artifactId>
22+
<groupId>io.helidon.tests.benchmark</groupId>
23+
<artifactId>helidon-tests-benchmark-project</artifactId>
2424
<version>4.0.0-SNAPSHOT</version>
2525
</parent>
2626

27-
<artifactId>helidon-webserver-benchmark-jmh</artifactId>
27+
<artifactId>helidon-tests-benchmark-jmh</artifactId>
2828
<name>Helidon WebServer Benchmarks JMH</name>
2929

3030
<dependencies>

webserver/benchmark/pom.xml renamed to tests/benchmark/pom.xml

+4-13
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,18 @@
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<groupId>io.helidon.webserver</groupId>
23-
<artifactId>helidon-webserver-project</artifactId>
22+
<groupId>io.helidon.tests</groupId>
23+
<artifactId>helidon-tests-project</artifactId>
2424
<version>4.0.0-SNAPSHOT</version>
2525
</parent>
2626

27-
<groupId>io.helidon.webserver.benchmark</groupId>
28-
<artifactId>helidon-webserver-benchmark-project</artifactId>
27+
<groupId>io.helidon.tests.benchmark</groupId>
28+
<artifactId>helidon-tests-benchmark-project</artifactId>
2929
<name>Helidon WebServer Benchmark Project</name>
3030
<packaging>pom</packaging>
3131

3232
<modules>
3333
<module>jmh</module>
3434
</modules>
3535

36-
<properties>
37-
<helidon.services.skip>true</helidon.services.skip>
38-
<javadoc.skip>true</javadoc.skip>
39-
<checkstyle.skip>true</checkstyle.skip>
40-
<spotbugs.skip>true</spotbugs.skip>
41-
<maven.deploy.skip>true</maven.deploy.skip>
42-
<maven.sources.skip>true</maven.sources.skip>
43-
<maven.javadoc.skip>true</maven.javadoc.skip>
44-
</properties>
4536
</project>

tests/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<module>apps</module>
4747
<module>functional</module>
4848
<module>integration</module>
49+
<module>benchmark</module>
4950
</modules>
5051

5152
<profiles>

webserver/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
<modules>
3535
<module>access-log</module>
36-
<module>benchmark</module>
3736
<module>context</module>
3837
<module>cors</module>
3938
<module>graphql</module>

0 commit comments

Comments
 (0)