Skip to content

Commit

Permalink
Added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bergel committed Nov 7, 2024
1 parent 85fd7cc commit f92b176
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/StaticLint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,20 @@ end
include("linting/extended_checks.jl")

include("interface.jl")

# @compile_workload begin
# println("Warming up using path $(@__DIR__)")
# StaticLint.run_lint(@__DIR__)
# end
# WITH:
# 279.849137 seconds (5.03 G allocations: 359.563 GiB, 8.67% gc time)
# 263.746065 seconds (5.03 G allocations: 359.584 GiB, 7.14% gc time, 0.45% compilation time: 14% of which was recompilation)


# WITHOUT:
# 295.521349 seconds (5.03 G allocations: 359.565 GiB, 7.89% gc time, 0.02% compilation time)
# 283.552941 seconds (5.03 G allocations: 359.563 GiB, 8.01% gc time)

# @time StaticLint.run_lint("/Users/alexandrebergel/Documents/RAI/raicode2")
# @time begin using StaticLint ; StaticLint.run_lint(@__DIR__) end
end

0 comments on commit f92b176

Please sign in to comment.