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: readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ Please see the [project documentation](https://suspecting.github.io/sus-fixtures
18
18
19
19
Please see the [project releases](https://suspecting.github.io/sus-fixtures-benchmark/releases/index) for all releases.
20
20
21
+
### v0.2.0
22
+
23
+
- Added `exactly(count)` method to `Sus::Fixtures::Benchmark::Repeats` which returns an `Exactly` instance for fixed-count benchmarking.
24
+
21
25
### v0.1.0
22
26
23
27
- Added `Sus::Fixtures::Benchmark::Repeats` which is not an integer, but an instance that allows the block to be executed multiple times until the benchmark converges.
0 commit comments