File tree 3 files changed +2
-34
lines changed 3 files changed +2
-34
lines changed Original file line number Diff line number Diff line change 1
- # Performance
1
+ # Performance (part 1)
2
2
3
3
[ ![ Build Status] ( https://github.com/AdvancedScientificComputingInJuliaWashU/Performance.jl/workflows/CI/badge.svg )] ( https://github.com/AdvancedScientificComputingInJuliaWashU/Performance.jl/actions )
4
4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
using Performance
2
2
using Test
3
3
4
- ntests_finished = 5 # increment this counter to run the next set of tests
4
+ ntests_finished = 4 # increment this counter to run the next set of tests
5
5
6
6
@testset " Performance.jl" begin
7
7
ntests = ntests_finished
@@ -21,8 +21,4 @@ ntests_finished = 5 # increment this counter to run the next set of tests
21
21
ntests -= 1
22
22
include (" type_abuse.jl" )
23
23
end
24
- if ntests > 0
25
- ntests -= 1
26
- include (" algorithm_order.jl" )
27
- end
28
24
end
You can’t perform that action at this time.
0 commit comments