Skip to content

Commit

Permalink
fix benchmark import clash
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Oct 10, 2020
1 parent 60cf74d commit 7625c94
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 @@ -6,8 +6,8 @@
# export_markdown(out_file, results)

using BioStructures
using BioCore
using BenchmarkTools
import BioCore # Imported to avoid clash with BioGenerics distance
using Random

# Use files in BioFmtSpecimens
Expand Down

2 comments on commit 7625c94

@jgreener64
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/22731

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.11.5 -m "<description of version>" 7625c94683259314346e5d8f0388a95191987b33
git push origin v0.11.5

Please sign in to comment.