Skip to content

Commit

Permalink
Move precompiled usings to workload
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Oct 13, 2024
1 parent a671ff9 commit 63da56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/BioMarkovChains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ using BioSequences:
# Other functions
SeqOrView, NucleicSeqOrView

#tests and precompilation

using PrecompileTools: @setup_workload, @compile_workload
using VectorizedKmers: count_kmers

include("types.jl")
Expand Down
2 changes: 2 additions & 0 deletions src/workload.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using PrecompileTools: @setup_workload, @compile_workload

@setup_workload begin
# Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
# precompile file and potentially make loading faster.
Expand Down

0 comments on commit 63da56e

Please sign in to comment.