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: blog/collider.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ but I want to draw your attention to how quick it is to benchmark something now!
139
139
140
140

141
141
142
-
Benchmarking right in your code without extra boilerplate. Like [inline tests](/docs/inline-tests.md), but for benchmarks.
142
+
Benchmarking right in your code without extra boilerplate. Like [inline tests](/docs/plugins/inline.md), but for benchmarks.
143
143
144
144
[Dragon Code](https://github.com/TheDragonCode/benchmark) once showed that benchmarks can be simple and convenient: instead of tons of boilerplate, just call a single class and pass closures for comparison.
145
145
Testo takes this to the next level: from intent to result in just one attribute.
Copy file name to clipboardExpand all lines: docs/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ return new ApplicationConfig(
57
57
);
58
58
```
59
59
60
-
In this example we defined two test suites: `Unit` for unit tests located in `tests/Unit`, and `Sources` for [inline tests](inline-tests.md) and [benchmarks](benchmarks.md) right in the project source code, in the `src` folder.
60
+
In this example we defined two test suites: `Unit` for unit tests located in `tests/Unit`, and `Sources` for [inline tests](plugins/inline.md) and [benchmarks](plugins/bench.md) right in the project source code, in the `src` folder.
61
61
62
62
To learn more about configuration, visit the [Configuration](configuration.md) section.
0 commit comments