Skip to content

Commit a1b5438

Browse files
committed
move jmh tests into dedicated folder
1 parent b7f96ac commit a1b5438

53 files changed

Lines changed: 272858 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ dependencies {
127127
testImplementation "io.projectreactor:reactor-core:3.7.4"
128128

129129
testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance
130-
131-
testImplementation 'org.openjdk.jmh:jmh-core:1.37'
132-
testAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
133-
jmh 'org.openjdk.jmh:jmh-core:1.37'
134-
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
135-
136130
testImplementation "com.tngtech.archunit:archunit-junit5:1.4.0"
137131
}
138132

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/java/benchmark/ChainedInstrumentationBenchmark.java renamed to src/jmh/java/benchmark/ChainedInstrumentationBenchmark.java

File renamed without changes.

src/test/java/benchmark/CompletableFuturesBenchmark.java renamed to src/jmh/java/benchmark/CompletableFuturesBenchmark.java

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)