You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/separate-benchmark-source-set.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Follow these steps to set up a separate source set for benchmarks:
54
54
Place your benchmark code into the default source set of the benchmark compilation.
55
55
The default source set can also depend on other source sets containing benchmarks.
56
56
This way you can share benchmarks between multiple benchmark compilations.
57
-
Refer to our [writing benchmarks guide](docs/writing-benchmarks.md) for a comprehensive guide on writing benchmarks.
57
+
Refer to our [writing benchmarks guide](writing-benchmarks.md) for a comprehensive guide on writing benchmarks.
58
58
59
59
For additional information, refer to the [Kotlin documentation on creating a custom compilation](https://kotlinlang.org/docs/multiplatform-configure-compilations.html#create-a-custom-compilation).
60
60
and the [documentation on associating compiler tasks](https://kotlinlang.org/docs/gradle-configure-project.html#associate-compiler-tasks).
@@ -107,6 +107,6 @@ Set up a separate benchmark source set by following these simple steps:
107
107
4. **Add Benchmarks**
108
108
109
109
Place your benchmark code into the benchmark source set.
110
-
Refer to our [writing benchmarks guide](docs/writing-benchmarks.md) for a comprehensive guide on writing benchmarks.
110
+
Refer to our [writing benchmarks guide](writing-benchmarks.md) for a comprehensive guide on writing benchmarks.
111
111
112
112
[Here is a sample Kotlin/JVM project](/examples/kotlin) with custom source set for benchmarks.
0 commit comments