Skip to content

Commit

Permalink
Test.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 14, 2020
1 parent 32452b1 commit 4dc7eae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/SnoopCompile/snoopBenchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ using SnoopCompile

println("loading infer benchmark")

@snoopiBench "MatLang" using MatLang

@snoopiBench "MatLang" begin
using MatLang
end

println("examples infer benchmark")

@snoopiBench "MahtLang" begin
@snoopiBench "MatLang" begin
using MatLang
examplePath = joinpath(dirname(dirname(pathof(MatLang))), "examples")
# include(joinpath(examplePath,"Language_Fundamentals", "usage_Entering_Commands.jl"))
Expand All @@ -17,5 +18,4 @@ end


println("tests infer benchmark")

@snoopiBench "MatLang"
2 changes: 2 additions & 0 deletions test/Test.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit 4dc7eae

Please sign in to comment.