File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,12 @@ kotlinx-benchmark is a toolkit for running benchmarks for multiplatform code wri
35
35
36
36
<!-- - END -->
37
37
38
- - ** Additional links**
39
- - [ Code Benchmarking: A Brief Overview] ( docs/benchmarking-overview.md )
40
- - [ Understanding Benchmark Runtime] ( docs/benchmark-runtime.md )
41
- - [ Configuring kotlinx-benchmark] ( docs/configuration-options.md )
42
- - [ Interpreting and Analyzing Results] ( docs/interpreting-results.md )
43
- - [ Creating Separate Source Sets] ( docs/separate-source-sets.md )
44
- - [ Tasks Overview] ( docs/tasks-overview.md )
45
- - [ Compatibility Guide] ( docs/compatibility.md )
46
- - [ Submitting issues and PRs] ( CONTRIBUTING.md )
38
+ - ** Useful guides**
39
+ - [ Writing Benchmarks] ( docs/writing-benchmarks.md )
40
+ - [ Configuring Benchmarks Execution] ( docs/configuration-options.md )
41
+ - [ Setting Up Kotlin/JVM and Java Projects for Benchmarking] ( docs/kotlin-jvm-project-setup.md )
42
+ - [ Setting Up a Separate Source Set for Benchmarks] ( docs/separate-benchmark-source-set.md )
43
+ - [ Overview of Tasks Provided by kotlinx-benchmark Gradle Plugin] ( docs/tasks-overview.md )
47
44
48
45
## Using in Your Projects
49
46
@@ -429,7 +426,7 @@ Refer to our [comprehensive guide](docs/configuration-options.md) to learn about
429
426
### Separate source sets for benchmarks
430
427
431
428
Often you want to have benchmarks in the same project, but separated from main code, much like tests.
432
- Refer to our [detailed documentation](docs/ separate- source- sets .md) on configuring your project to add a separate source set for benchmarks.
429
+ Refer to our [detailed documentation](docs/ separate- benchmark - source- set .md) on configuring your project to add a separate source set for benchmarks.
433
430
434
431
## Examples
435
432
You can’t perform that action at this time.
0 commit comments