Skip to content

Commit

Permalink
Update benchmarks.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot authored Mar 3, 2023
1 parent ce9660c commit 719d213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SUITE["taxon search"]["by name"] = @benchmarkable taxon("Sus scrofa")
SUITE["taxon search"]["with finder"] = @benchmarkable taxon(mf, "Sus scrofa")

SUITE["taxon search"]["lowercase with finder"] =
@benchmarkable taxon(mf, "Sus scrofa"; lowercase = true)
@benchmarkable taxon(mf, "Sus scrofa"; casesensitive = false)

SUITE["taxon search"]["scientific with finder"] =
@benchmarkable taxon(mf, "Sus scrofa"; preferscientific = true)
Expand Down

0 comments on commit 719d213

Please sign in to comment.