JuliaLang / JuliaLang/PrecompileTools.jl
Show example of using package tests as workload(s)?
- Dominant language
- Julia
- Stars
- 249
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for this useful package!
It seems workloads would (should?) be redundant with things also run in the tests. Could the workload include() (certain) tests?
E.g.
```julia
include(joinpath(@__DIR__, "test", "common_calls.jl"))
```
I don't know if `using Test` could be eval'd in the setup, or if this would require Test to be an actual dep of the package (usually undesireable).
I.e., I'd envision runtests.jl to include() the individual test set files, as is done with many packages. Then the workload could include() a subset of those.
I suppose I could test this idea out.
Just a thought.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.