You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently implemented use of this package on MeshIntegrals.jl. It's great for PR's, but I try to keep limit CI runtimes. I'd really like to be able to define:
a core set of benchmarks that will run in CI for all PR's, targeting a <10 minutes runtime, which means SUITE must be able to complete in <5 minutes.
an extended set of benchmarks that I can trigger to be run on my local dev machine for a more thorough analysis.
I suppose this could currently be achieved by adding another benchmarks script and targeting it manually, but wasn't sure if there could be any broader interest in making a more explicit feature solution.
The text was updated successfully, but these errors were encountered:
I recently implemented use of this package on MeshIntegrals.jl. It's great for PR's, but I try to keep limit CI runtimes. I'd really like to be able to define:
SUITE
must be able to complete in <5 minutes.I suppose this could currently be achieved by adding another benchmarks script and targeting it manually, but wasn't sure if there could be any broader interest in making a more explicit feature solution.
The text was updated successfully, but these errors were encountered: