Skip to content

Commit 87c99b8

Browse files
committed
Put DataFrames before Plots.
1 parent abc47ee commit 87c99b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkProfiles.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module BenchmarkProfiles
22

3+
using DataFrames
34
import Plots, NaNMath
45
using Printf
5-
using DataFrames
66

77
export performance_ratios, performance_profile
88
export data_ratios, data_profile

0 commit comments

Comments
 (0)