Skip to content

Commit 8e46ac5

Browse files
ararslanjrevels
authored andcommitted
Remove optional plotting functionality and enable precompilation (#80)
* Remove optional plotting The optional dependency on PyPlot and KernelDensity means that the package was unable to support precompilation. Instead, plotting integration should go in a separate package. Closes #36. * Enable precompilation
1 parent 1238af0 commit 8e46ac5

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

src/BenchmarkTools.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__precompile__()
2+
13
module BenchmarkTools
24

35
using Compat
@@ -68,12 +70,6 @@ export tune!,
6870
@belapsed,
6971
@btime
7072

71-
##########################################
72-
# Plotting Facilities (loaded on demand) #
73-
##########################################
74-
75-
loadplotting() = include(joinpath(dirname(@__FILE__), "plotting.jl"))
76-
7773
#################
7874
# Serialization #
7975
#################

src/plotting.jl

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)