CompileBot use default precompile path

This commit is contained in:
Amin Yahyaabadi 2021-01-26 02:47:58 -06:00
parent e6cc826174
commit d538c4387f
2 changed files with 0 additions and 6 deletions

View File

@ -3,9 +3,6 @@ using CompileBot
snoop_bench( snoop_bench(
BotConfig( BotConfig(
"Plots", "Plots",
yml_path= "SnoopCompile.yml",
else_os = "linux",
else_version = "1.5",
), ),
joinpath(@__DIR__, "precompile_script.jl"), joinpath(@__DIR__, "precompile_script.jl"),
) )

View File

@ -3,9 +3,6 @@ using CompileBot
snoop_bot( snoop_bot(
BotConfig( BotConfig(
"Plots", "Plots",
yml_path= "SnoopCompile.yml",
else_os = "linux",
else_version = "1.5",
), ),
joinpath(@__DIR__, "precompile_script.jl"), joinpath(@__DIR__, "precompile_script.jl"),
) )