This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 849-benchmarking in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit b1aed0ac120ec369b2345be61e36a7a90493d148 Author: Bertil Chapuis <[email protected]> AuthorDate: Wed Jun 12 17:17:52 2024 +0200 Add benchmarking module --- baremaps-benchmarking/pom.xml | 10 ++++++++++ pom.xml | 1 + 2 files changed, 11 insertions(+) diff --git a/baremaps-benchmarking/pom.xml b/baremaps-benchmarking/pom.xml new file mode 100644 index 00000000..e45f29b4 --- /dev/null +++ b/baremaps-benchmarking/pom.xml @@ -0,0 +1,10 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.baremaps</groupId> + <artifactId>baremaps</artifactId> + <version>0.7.4-SNAPSHOT</version> + </parent> + <artifactId>baremaps-benchmarking</artifactId> +</project> diff --git a/pom.xml b/pom.xml index eb1e3bd5..4f7233f7 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,7 @@ limitations under the License. <module>baremaps-pmtiles</module> <module>baremaps-server</module> <module>baremaps-testing</module> + <module>baremaps-benchmarking</module> </modules> <scm>
