Skip to content

Commit

Permalink
using all three packages that are used in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod authored Feb 22, 2024
1 parent 9ce565c commit efb2dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ to start the search from.

Some benchmarks:
```julia
using Random
using Random, BenchmarkTools, FindFirstFunctions
x = rand(Int, 2048); s = sort(x);
perm = randperm(length(x));

Expand Down

0 comments on commit efb2dc2

Please sign in to comment.