File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ name = " BenchmarkTools"
2
+ uuid = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3
+ version = " 0.4.3"
4
+
5
+ [deps ]
6
+ JSON = " 682c06a0-de6a-54ab-a142-c8b1cf79cde6"
7
+ Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
8
+ Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
9
+
10
+ [compat ]
11
+ julia = " ≥ 0.7.0"
12
+
13
+ [extras ]
14
+ Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
15
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
+
17
+ [targets ]
18
+ test = [" Statistics" , " Test" ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ using Statistics
7
7
using Printf
8
8
9
9
10
- const BENCHMARKTOOLS_VERSION = v " 0.2.2 "
10
+ const BENCHMARKTOOLS_VERSION = v " 0.4.3 "
11
11
12
12
# #############
13
13
# Parameters #
You can’t perform that action at this time.
0 commit comments