File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
src/test/java/org/apache/commons/lang3 Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 503503 </properties >
504504 <build >
505505 <plugins >
506+ <!-- Enable the compilation of the benchmarks -->
507+ <plugin >
508+ <artifactId >maven-compiler-plugin</artifactId >
509+ <version >${commons.compiler.version} </version >
510+ <configuration combine.self=" override" >
511+ <testIncludes >
512+ <testInclude >**/*</testInclude >
513+ </testIncludes >
514+ </configuration >
515+ </plugin >
516+ <!-- Hook the benchmarks to the test phase -->
506517 <plugin >
507518 <groupId >org.codehaus.mojo</groupId >
508519 <artifactId >exec-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 3333@ BenchmarkMode (Mode .AverageTime )
3434@ OutputTimeUnit (TimeUnit .NANOSECONDS )
3535@ State (Scope .Thread )
36- class HashSetvBitSetTest extends AbstractLangTest {
36+ public class HashSetvBitSetTest extends AbstractLangTest {
3737
3838 private static final int numberOfElementsToCompute = 10 ;
3939
Original file line number Diff line number Diff line change 3333@ OutputTimeUnit (TimeUnit .NANOSECONDS )
3434@ State (Scope .Thread )
3535@ Warmup (iterations = 5 , time = 10 )
36- class StringUtilsIsMixedCaseTest {
36+ public class StringUtilsIsMixedCaseTest {
3737
3838 public static final String LOWER_CASE_LETTERS = "abcdefghijklmnopqrstuvwxyz" ;
3939 public static final String END_MATCH = "at the enD" ;
You can’t perform that action at this time.
0 commit comments