Skip to content

Commit

Permalink
add heavy compilation benchmarks
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aviatesk committed Apr 6, 2023
1 parent 0ec1eda commit fab5987
Show file tree
Hide file tree
Showing 5 changed files with 1,583 additions and 34 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
!LocalPreferences.toml
4 changes: 4 additions & 0 deletions LocalPreferences.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# NOTE These packages are only used for the inference benchmark,
# thus they really don't need to be precompiled.
[SnoopPrecompile]
skip_precompile = ["CSV", "DataFrames", "OrdinaryDiffEq", "Plots"]
Loading

0 comments on commit fab5987

Please sign in to comment.