Update deps/SnoopCompile/snoop_bench.jl

Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com>
This commit is contained in:
Daniel Schwabeneder 2020-06-30 23:22:22 +02:00 committed by GitHub
parent a2aad6be66
commit 032f76c69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,8 @@ using SnoopCompile
snoop_bench( snoop_bench(
BotConfig( BotConfig(
"Plots", "Plots",
os = ["linux", "windows", "macos"], yml_path= "SnoopCompile.yml",
else_os = "linux", else_os = "linux",
version = ["1.3", "1.4", "nightly"],
else_version = "1.4", else_version = "1.4",
), ),
joinpath(@__DIR__, "precompile_script.jl"), joinpath(@__DIR__, "precompile_script.jl"),