Skip to content

Commit d38f20c

Browse files
author
Abduqodiri Qurbonzoda
committed
Rename separate-benchmark-module.md -> separate-benchmark-source-set.md
1 parent 7ac14af commit d38f20c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ kotlinx-benchmark is a toolkit for running benchmarks for multiplatform code wri
4141
- [Understanding Benchmark Runtime](docs/benchmark-runtime.md)
4242
- [Configuring kotlinx-benchmark](docs/configuration-options.md)
4343
- [Interpreting and Analyzing Results](docs/interpreting-results.md)
44-
- [Setting Up a Separate Source Set for Benchmarks](docs/separate-benchmark-module.md)
44+
- [Setting Up a Separate Source Set for Benchmarks](docs/separate-benchmark-source-set.md)
4545
- [Tasks Overview](docs/tasks-overview.md)
4646
- [Compatibility Guide](docs/compatibility.md)
4747
- [Submitting issues and PRs](CONTRIBUTING.md)
@@ -428,7 +428,7 @@ Refer to our [comprehensive guide](docs/configuration-options.md) to learn about
428428
### Separate source set for benchmarks
429429

430430
Often you want to have benchmarks in the same project, but separated from main code, much like tests.
431-
Refer to our [detailed documentation](docs/separate-benchmark-module.md) on configuring your project to set up a separate source for benchmarks.
431+
Refer to our [detailed documentation](docs/separate-benchmark-source-set.md) on configuring your project to set up a separate source for benchmarks.
432432

433433
## Examples
434434

File renamed without changes.

0 commit comments

Comments
 (0)