Skip to content

Commit

Permalink
Regenerate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 6, 2025
1 parent d3dddb2 commit 7518d33
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ julia> speculate(Showcase; verbosity = debug)
julia> speculate(Base.isexported, Showcase; verbosity = debug)
[ Info: Skipped `Main.Showcase.g(::Int)`
julia> speculate(Showcase.h; verbosity = debug) do m, n
!(m == Core && n == :String)
end
[ Info: Compiled `Main.Showcase.h(::Symbol)`
julia> speculate(Showcase.h; limit = 2, verbosity = debug)
[ Info: Compiled `Main.Showcase.h(::String)`
[ Info: Skipped `Main.Showcase.h(::String)`
[ Info: Compiled `Main.Showcase.h(::Symbol)`
julia> install_speculator(; limit = 4, verbosity = debug)
Expand Down

0 comments on commit 7518d33

Please sign in to comment.