Skip to content

Commit 9df42bf

Browse files
authored
Rebalance tests (#850)
* Rebalance tests * Format benchmarks/README.md
1 parent 48aca59 commit 9df42bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

benchmarks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ To run the benchmarks, run this from the root directory of the repository:
22

33
```sh
44
julia --project=benchmarks benchmarks/benchmarks.jl
5-
```
5+
```

test/runtests.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ include("test_util.jl")
6262
include("serialization.jl")
6363
include("pointwise_logdensities.jl")
6464
include("lkj.jl")
65-
include("deprecated.jl")
66-
end
67-
68-
if GROUP == "All" || GROUP == "Group2"
6965
include("contexts.jl")
7066
include("context_implementations.jl")
7167
include("threadsafe.jl")
7268
include("debug_utils.jl")
69+
include("deprecated.jl")
70+
end
71+
72+
if GROUP == "All" || GROUP == "Group2"
7373
@testset "compat" begin
7474
include(joinpath("compat", "ad.jl"))
7575
end

0 commit comments

Comments
 (0)