File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ All tasks can be run from the root of the project, from a terminal:
22
22
| --- | --- |
23
23
| ` assembleBenchmarks ` | Generate and build all benchmarks in the project |
24
24
| ` benchmark ` | Execute all benchmarks in the project |
25
- | ` mainBenchmark ` | Execute benchmark for 'benchmarks ' |
26
- | ` mainBenchmarkCompile ` | Compile JMH source files for 'benchmarks ' |
27
- | ` mainBenchmarkGenerate ` | Generate JMH source files for 'benchmarks ' |
28
- | ` mainBenchmarkJar ` | Build JAR for JMH compiled files for 'benchmarks ' |
25
+ | ` mainBenchmark ` | Execute benchmark for 'main ' |
26
+ | ` mainBenchmarkCompile ` | Compile JMH source files for 'main ' |
27
+ | ` mainBenchmarkGenerate ` | Generate JMH source files for 'main ' |
28
+ | ` mainBenchmarkJar ` | Build JAR for JMH compiled files for 'main ' |
29
29
30
30
## Want to learn more?
31
31
You can’t perform that action at this time.
0 commit comments