Skip to content

Commit 194d558

Browse files
authored
Fix docs
1 parent b956e49 commit 194d558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/perf_tips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Running with both version we get
3131
```julia
3232
6.535 ms (2 allocations: 144 bytes)
3333
```
34-
```
35-
@benchmark fit_iter!(rs, $iter) setup=(rs = ReservoirSampler{Int}(10, AlgRSWRSKIP(); mutable = false))
34+
```julia
35+
@btime fit_iter!(rs, $iter) setup=(rs = ReservoirSampler{Int}(10, AlgRSWRSKIP(); mutable = false))
3636
```
3737
```julia
3838
4.816 ms (2 allocations: 144 bytes)

0 commit comments

Comments
 (0)