Skip to content

Commit 408a1ed

Browse files
milesfrainararslan
authored andcommitted
reexport mean and median (#149)
1 parent 9098106 commit 408a1ed

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/BenchmarkTools.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export gctime,
3232
isinvariant,
3333
isregression,
3434
isimprovement,
35+
median,
36+
mean,
3537
rmskew!,
3638
rmskew,
3739
trim

test/GroupsTests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using BenchmarkTools
44
using BenchmarkTools: TrialEstimate, Parameters
55
using Test
6-
using Statistics
76

87
seteq(a, b) = length(a) == length(b) == length(intersect(a, b))
98

test/TrialsTests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module TrialsTests
22

33
using BenchmarkTools
44
using Test
5-
using Statistics
65

76
#########
87
# Trial #

0 commit comments

Comments
 (0)