Skip to content

Commit fab5987

Browse files
committed
add heavy compilation benchmarks
This commit adds more real-world, heavy compilation benchmarks, using DataFrames.jl, CSV.jl, Plots.jl and OrdinaryDiffEq.jl as examples. replaces #252 closes #251
1 parent 0ec1eda commit fab5987

File tree

5 files changed

+1583
-34
lines changed

5 files changed

+1583
-34
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.jl.cov
22
*.jl.*.cov
33
*.jl.mem
4+
!LocalPreferences.toml

LocalPreferences.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# NOTE These packages are only used for the inference benchmark,
2+
# thus they really don't need to be precompiled.
3+
[SnoopPrecompile]
4+
skip_precompile = ["CSV", "DataFrames", "OrdinaryDiffEq", "Plots"]

0 commit comments

Comments
 (0)