pytest-codspeed
pytest-codspeed copied to clipboard
Pytest plugin to create CodSpeed benchmarks
Fixes: https://github.com/CodSpeedHQ/pytest-codspeed/issues/68
While packaging `pytest-codspeed` for openSUSE, I tried to run the test suite. I appreciate that you have included tests in your released tarball, but unfortunately a couple of crucial files...
Add `results.json` file containing benchmark metadata for all instruments, and update the valgrind trigger to contain all the metadata.
`instrumentation` is still accepted as an input, but it maps to simulation internally, as we plan to phase it out.
Fix #86 This is still a work in progress, it must be tested thoroughly in CI to ensure that it plays well with free-threaded versions of Python, using UV or...
There's a problem one of these dependencies known as cffi that is casuing a massive roadblock for me contributing to a project known as multidict and could possibly be affecting...
https://pre-commit.ci will do essentially the same as the GHA integration currently in place. However, it'll run through the checks much faster due to agressive caching it's got. And additionally, it's...
Due to how GH is built, when a job dependency fails, said job is skipped by default. Then, a skipped Checks API report shows up gray in the checks widgets...