Skip to content

Commit

Permalink
correct taks descriptions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wldeh authored and Abduqodiri Qurbonzoda committed Feb 9, 2024
1 parent 65bdd2f commit 04bfb50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/kotlin-kts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ All tasks can be run from the root of the project, from a terminal:
| --- | --- |
| `assembleBenchmarks` | Generate and build all benchmarks in the project |
| `benchmark` | Execute all benchmarks in the project |
| `mainBenchmark` | Execute benchmark for 'benchmarks' |
| `mainBenchmarkCompile` | Compile JMH source files for 'benchmarks' |
| `mainBenchmarkGenerate` | Generate JMH source files for 'benchmarks' |
| `mainBenchmarkJar` | Build JAR for JMH compiled files for 'benchmarks' |
| `mainBenchmark` | Execute benchmark for 'main' |
| `mainBenchmarkCompile` | Compile JMH source files for 'main' |
| `mainBenchmarkGenerate` | Generate JMH source files for 'main' |
| `mainBenchmarkJar` | Build JAR for JMH compiled files for 'main' |

## Want to learn more?

Expand Down

0 comments on commit 04bfb50

Please sign in to comment.