We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b956e49 commit 194d558Copy full SHA for 194d558
docs/src/perf_tips.md
@@ -31,8 +31,8 @@ Running with both version we get
31
```julia
32
6.535 ms (2 allocations: 144 bytes)
33
```
34
-```
35
-@benchmark fit_iter!(rs, $iter) setup=(rs = ReservoirSampler{Int}(10, AlgRSWRSKIP(); mutable = false))
+```julia
+@btime fit_iter!(rs, $iter) setup=(rs = ReservoirSampler{Int}(10, AlgRSWRSKIP(); mutable = false))
36
37
38
4.816 ms (2 allocations: 144 bytes)
0 commit comments