Commit Graph

2 Commits

Author SHA1 Message Date
Matthew Parkinson
198f1fc464 Removing benchmarking from PR triggers (#800)
The benchmarking workflow cannot run successfully on the PR as it
requires access to secrets which are not available in PR contexts.

This commit removes that trigger and adds a trigger on pushes to
branches starting with "bench/" so that testing can be done before
merging to main by those with write access.
2025-10-20 09:31:55 +01:00
Matthew Parkinson
0b70ad97a6 Benchmarking automatically (#795)
Co-authored-by: Amaury Chamayou <amaury@xargs.fr>
2025-08-18 09:14:54 +01:00