diff options
author | Denis Anisimov <denis@vaadin.com> | 2016-10-14 11:36:18 +0300 |
---|---|---|
committer | Denis Anisimov <denis@vaadin.com> | 2016-10-14 14:26:01 +0000 |
commit | 3b454d94ae64f743d05cd7e94d00b354ff9d14eb (patch) | |
tree | b1dffb9ceb9818d292af4a1fda06bf05e5eeb74a /pom.xml | |
parent | ff4d7b1e9b7b4bf9a15bd199acc3d7a12c519cc2 (diff) | |
download | vaadin-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.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -680,6 +680,15 @@ </plugins> </build> </profile> + <profile> + <id>measurements</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <skipTests>true</skipTests> + </properties> + </profile> </profiles> </project> |