Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit cab8321

Browse files
committed
Feature #5616 - improving WYSIWYG image size management:
- adding a library in order to perform benches on unit tests
1 parent e72a18d commit cab8321

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,12 @@
17771777
<version>2.7.7</version>
17781778
<scope>test</scope>
17791779
</dependency>
1780+
<dependency>
1781+
<groupId>com.carrotsearch</groupId>
1782+
<artifactId>junit-benchmarks</artifactId>
1783+
<version>0.7.2</version>
1784+
<scope>test</scope>
1785+
</dependency>
17801786
</dependencies>
17811787
</dependencyManagement>
17821788

0 commit comments

Comments
 (0)