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 719d213 commit d3d4884
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 @@ -42,7 +42,7 @@ SUITE["traversal"]["children"] = @benchmarkable AbstractTrees.children(ncbi"Mono
SUITE["traversal"]["parent"] = @benchmarkable AbstractTrees.parent(ncbi"Monogenea")

SUITE["traversal"]["in root"] =
@benchmarkable AbstractTrees.inroot(ncbi"Lamellodiscus elegans", ncbi"Monogenea")
@benchmarkable AbstractTrees.intree(ncbi"Lamellodiscus elegans", ncbi"Monogenea")

SUITE["traversal"]["lineage"] = @benchmarkable lineage(ncbi"Lamellodiscus ignoratus")

Expand Down

0 comments on commit d3d4884

Please sign in to comment.