Skip to content

Commit a16b1de

Browse files
committed
Minor changes
1 parent a40d9be commit a16b1de

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Gradle build.
8686

8787
### Running JMH benchmarks
8888

89-
To run JMH benchmarks located in `lang/src/jmh`, build the entire project first and then run
89+
To run JMH benchmarks located in `jmh`, build the entire project first and then run
9090
the following command:
9191

9292
```

lang/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ dependencies {
5454
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
5555
testImplementation 'org.junit.vintage:junit-vintage-engine:5.7.0'
5656
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0'
57-
5857
}
5958

6059
task generatePigDomains {

0 commit comments

Comments
 (0)