File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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:
2222| --- | --- |
2323| ` assembleBenchmarks ` | Generate and build all benchmarks in the project |
2424| ` 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 ' |
2929
3030## Want to learn more?
3131
You can’t perform that action at this time.
0 commit comments