summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDenis Anisimov <denis@vaadin.com>2016-10-14 11:36:18 +0300
committerDenis Anisimov <denis@vaadin.com>2016-10-14 14:26:01 +0000
commit3b454d94ae64f743d05cd7e94d00b354ff9d14eb (patch)
treeb1dffb9ceb9818d292af4a1fda06bf05e5eeb74a /pom.xml
parentff4d7b1e9b7b4bf9a15bd199acc3d7a12c519cc2 (diff)
downloadvaadin-framework-3b454d94ae64f743d05cd7e94d00b354ff9d14eb.tar.gz
vaadin-framework-3b454d94ae64f743d05cd7e94d00b354ff9d14eb.zip
Memory measurement test for V7&V8 Grids, 1 item and 100 000 items.
Change-Id: I66b358ff40703f2713272323ba1c5ae8778c8413
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8e978a7e68..e82cbac4a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -680,6 +680,15 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>measurements</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <skipTests>true</skipTests>
+ </properties>
+ </profile>
</profiles>
</project>