Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Apr 15, 2024
1 parent a3a97b5 commit 5fcf71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/README.md
Expand Up @@ -25,7 +25,7 @@ Where `[parameters]` should be replaced with JMH parameters.

If no JMH parameters are given, the benchmarks are run with settings only suitable for development (fork 0, short runs). A full list of JMH parameters can be found by running:
```
java -cp benchmarks/lib/* org.openjdk.jmh.Main -h
java -cp "benchmarks/lib/*" org.openjdk.jmh.Main -h
```
Or by digging through the [JMH source](http://hg.openjdk.java.net/code-tools/jmh/file/3769055ad883/jmh-core/src/main/java/org/openjdk/jmh/runner/options/CommandLineOptions.java).

Expand Down

0 comments on commit 5fcf71b

Please sign in to comment.