JuliaLang / JuliaLang/PrecompileTools.jl

Show example of using package tests as workload(s)?

Open
#44 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.