summaryrefslogtreecommitdiffstats
path: root/infra/it/pom.xml
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-11-03 16:24:17 +0100
committerMaros Marsalek <mmarsale@cisco.com>2016-11-07 15:33:48 +0100
commit03a638b95da83e150d4f69451c8733b5f09c37aa (patch)
tree970f6f3afed85d073476b63108c7a12f1200557e /infra/it/pom.xml
parent5fd09f98a9fde773b275c2266f39552cda861713 (diff)
HONEYCOMB-287 Infra micro-benchmarks
Config (write) Operational (read) Add -Pbenchmark to maven execution to include benchmarks Change-Id: Ia4815ffc109e34629279b9418b962a9f91c38c30 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra/it/pom.xml')
-rw-r--r--infra/it/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/it/pom.xml b/infra/it/pom.xml
index 5e1173413..3846955bc 100644
--- a/infra/it/pom.xml
+++ b/infra/it/pom.xml
@@ -33,6 +33,18 @@
<module>test-model</module>
<module>it-test</module>
</modules>
+
+
+ <!-- Activate from command line with mvn <goals> -Pbenchmark -->
+ <profiles>
+ <profile>
+ <id>benchmark</id>
+ <modules>
+ <module>benchmark</module>
+ </modules>
+ </profile>
+ </profiles>
+
<!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
<build>
<plugins>