Skip to content

Commit 1847111

Browse files
committed
Defer "algorithm order" for the next homework
1 parent 4e43ddd commit 1847111

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Performance
1+
# Performance (part 1)
22

33
[![Build Status](https://github.com/AdvancedScientificComputingInJuliaWashU/Performance.jl/workflows/CI/badge.svg)](https://github.com/AdvancedScientificComputingInJuliaWashU/Performance.jl/actions)
44

test/algorithm_order.jl

Lines changed: 0 additions & 28 deletions
This file was deleted.

test/runtests.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Performance
22
using Test
33

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
55

66
@testset "Performance.jl" begin
77
ntests = ntests_finished
@@ -21,8 +21,4 @@ ntests_finished = 5 # increment this counter to run the next set of tests
2121
ntests -= 1
2222
include("type_abuse.jl")
2323
end
24-
if ntests > 0
25-
ntests -= 1
26-
include("algorithm_order.jl")
27-
end
2824
end

0 commit comments

Comments
 (0)