Skip to content

Commit 2d434ae

Browse files
authored
Merge pull request #161 from one-more-fix/master
Fixed broken link to Julia @time
2 parents cf7cada + 5347b06 commit 2d434ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ BenchmarkTools.Trial:
5353
evals/sample: 1000
5454
```
5555

56-
For quick sanity checks, one can use the [`@btime` macro](https://github.com/JuliaCI/BenchmarkTools.jl/blob/master/doc/manual.md#benchmarking-basics), which is a convenience wrapper around `@benchmark` whose output is analogous to Julia's built-in [`@time` macro](https://docs.julialang.org/en/stable/stdlib/base/#Base.@time):
56+
For quick sanity checks, one can use the [`@btime` macro](https://github.com/JuliaCI/BenchmarkTools.jl/blob/master/doc/manual.md#benchmarking-basics), which is a convenience wrapper around `@benchmark` whose output is analogous to Julia's built-in [`@time` macro](https://docs.julialang.org/en/latest/base/base/#Base.@time):
5757

5858
```julia
5959
julia> @btime sin(x) setup=(x=rand())

0 commit comments

Comments
 (0)