Skip to content

Commit f1ac9ac

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

24 files changed

+4
-272858
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ dependencies {
128128

129129
testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance
130130
testImplementation "com.tngtech.archunit:archunit-junit5:1.4.0"
131+
132+
// this is needed for the idea jmh plugin to work correctly
133+
jmh 'org.openjdk.jmh:jmh-core:1.37'
134+
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
131135
}
132136

133137
shadowJar {

src/jmh/resources/blogSchema.graphqls

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/jmh/resources/dataLoaderPerformanceSchema.graphqls

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)