Skip to content

Commit f41e5c7

Browse files
findmywaystevengj
authored andcommitted
Update callperf.jl (#532)
`mean` & `median` are now moved into `Statistics`
1 parent 1309efc commit f41e5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/callperf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using PyCall, BenchmarkTools, DataStructures
1+
using PyCall, BenchmarkTools, DataStructures, Statistics
22
using PyCall: _pycall!
33

44
include("pywrapfn.jl")

0 commit comments

Comments
 (0)