We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40d9be commit a16b1deCopy full SHA for a16b1de
README.md
@@ -86,7 +86,7 @@ Gradle build.
86
87
### Running JMH benchmarks
88
89
-To run JMH benchmarks located in `lang/src/jmh`, build the entire project first and then run
+To run JMH benchmarks located in `jmh`, build the entire project first and then run
90
the following command:
91
92
```
lang/build.gradle
@@ -54,7 +54,6 @@ dependencies {
54
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
55
testImplementation 'org.junit.vintage:junit-vintage-engine:5.7.0'
56
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0'
57
-
58
}
59
60
task generatePigDomains {
0 commit comments