You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,7 @@ to work through the [JMH Samples](https://github.com/openjdk/jmh/tree/master/jmh
25
25
26
26
### Preferred Usage: Command Line
27
27
28
-
**Step 1. Setting up the benchmarking project.** The following command will generate the new JMH-driven
29
-
project in `test` folder:
28
+
**Step 1. Setting up the benchmarking project.** The following command will generate the new JMH-driven project in new `test` folder. Note that current and target folder should not already contain any Maven project for this to work reliably.
0 commit comments