Skip to content

Commit

Permalink
Merge branch 'main' into lh/benchmark-tools-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Feb 25, 2024
2 parents 27775bf + 27491a7 commit d249cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ something trivial. For example, `map=Returns(nothing)`, possibly in combination
custom teardown function that verifies computation results. Be aware that as the compiler
improves, it may become better at eliding benchmarks whose results are not saved.

```jldoctest; filters=r"\d\d?\d?\.\d{3} [μmn]?s( \(.*\))?|0 ns|<0.001 ns"
```jldoctest; filter=r"\d\d?\d?\.\d{3} [μmn]?s( \(.*\))?|0 ns|<0.001 ns"
julia> @b 1
0.713 ns
Expand Down

0 comments on commit d249cdb

Please sign in to comment.