Bael 6556 2 (#4365)

* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6556] - Next set of testcase renamed
This commit is contained in:
Amit Pandey
2018-05-30 01:44:19 +05:30
committed by Grzegorz Piwowarek
parent 8713e26b6f
commit dfcc0cab05
39 changed files with 41 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ public class ArrayBenchmarkRunner {
public static void main(String[] args) throws Exception {
Options options = new OptionsBuilder()
.include(SearchArrayTest.class.getSimpleName()).threads(1)
.include(SearchArrayUnitTest.class.getSimpleName()).threads(1)
.forks(1).shouldFailOnError(true).shouldDoGC(true)
.jvmArgs("-server").build();

View File

@@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit;
@BenchmarkMode(Mode.AverageTime)
@Warmup(iterations = 5)
@OutputTimeUnit(TimeUnit.MICROSECONDS)
public class SearchArrayTest {
public class SearchArrayUnitTest {
@State(Scope.Benchmark)
public static class SearchData {