aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index db8c4619095..5da65796257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1509,10 +1509,11 @@
</profile>
<profile>
- <!-- integration tests -->
- <id>it</id>
+ <!-- integration and performance tests -->
+ <id>tests</id>
<modules>
<module>it</module>
+ <module>tests/perf</module>
</modules>
</profile>
</profiles>