Skip to content

Commit 356d2d9

Browse files
authored
[docs] Add more notable users and improve query for searching downstream packages (#91)
* [docs] Improve query for searching packages using ParallelTestRunner This includes packages which have ``` using Test, ParallelTestRunner ``` rather than exactly ``` using ParallelTestRunner ``` * [docs] Add links to some more packages using ParallelTestRunner
1 parent bd0df7b commit 356d2d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,20 @@ Each test file runs in its own isolated module, so you don't need to worry about
141141

142142
## Packages using ParallelTestRunner.jl
143143

144-
There are a few packages already [using `ParallelTestRunner.jl`](https://github.com/search?q=%22using+ParallelTestRunner%22+language%3AJulia++NOT+is%3Aarchived+NOT+is%3Afork+path%3A%2F%5Etest%5C%2Fruntests.jl%2F&type=code) to parallelize their tests, you can look at their setups if you need inspiration to move your packages as well:
144+
There are a few packages already [using `ParallelTestRunner.jl`](https://github.com/search?q=%2Fusing.*+ParallelTestRunner%2F+language%3AJulia++NOT+is%3Aarchived+NOT+is%3Afork+path%3A%2F%5Etest%5C%2Fruntests.jl%2F&type=code) to parallelize their tests, you can look at their setups if you need inspiration to move your packages as well.
145+
Among them are:
145146

147+
* [`AMDGPU.jl`](https://github.com/JuliaGPU/AMDGPU.jl/blob/master/test/runtests.jl)
146148
* [`ApproxFun.jl`](https://github.com/JuliaApproximation/ApproxFun.jl/blob/master/test/runtests.jl)
147149
* [`BlockArrays.jl`](https://github.com/JuliaArrays/BlockArrays.jl/blob/master/test/runtests.jl)
148150
* [`CuNESSie.jl`](https://github.com/tkemmer/CuNESSie.jl/blob/master/test/runtests.jl)
151+
* [`cuTile.jl`](https://github.com/JuliaGPU/cuTile.jl/blob/main/test/runtests.jl)
149152
* [`Enzyme.jl`](https://github.com/EnzymeAD/Enzyme.jl/blob/main/test/runtests.jl)
150153
* [`GPUArrays.jl`](https://github.com/JuliaGPU/GPUArrays.jl/blob/master/test/runtests.jl)
151154
* [`GPUCompiler.jl`](https://github.com/JuliaGPU/GPUCompiler.jl/blob/master/test/runtests.jl)
152155
* [`HyperHessians.jl`](https://github.com/KristofferC/HyperHessians.jl/blob/master/test/runtests.jl)
153156
* [`Metal.jl`](https://github.com/JuliaGPU/Metal.jl/blob/main/test/runtests.jl)
157+
* [`Reactant.jl`](https://github.com/EnzymeAD/Reactant.jl/blob/main/test/runtests.jl)
154158
* [`WCS.jl`](https://github.com/JuliaAstro/WCS.jl/blob/master/test/runtests.jl)
155159

156160
## Inspiration

0 commit comments

Comments
 (0)