pytest-codspeed
_rust
pytest-codspeed | _rust | |
---|---|---|
6 | 1 | |
100 | 23 | |
- | - | |
8.2 | 7.5 | |
about 1 month ago | 13 days ago | |
Python | Rust | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pytest-codspeed
- Show HN: P99.chat – Chat for Performance Measurement
- Show HN: P99.chat – the assistant for software performance optimization
-
Ask HN: Who is hiring? (March 2025)
CodSpeed | Founding AI Engineer | On-site (Paris) / Remote (Europe) | Full-time | https://codspeed.io
We're building software performance optimization tools to optimize and measure code performance before it is deployed to production. We avoid regressions that impact UX and help developers solve their performance issues faster. We're already live and trusted by top-tier open-source project teams such as Pydantic, Ruff, and Prisma.
We’re at an exciting early stage and looking for talented engineers who share our passion for helping to enhance the performance of software used by billions, improving the software development lifecycle, and building tools we love to use ourselves.
Apply at https://codspeed.notion.site/Founding-AI-Engineer-cd1bf4fd73...
- CodSpeed – integrated CI tool for performance testing
-
Pinpoint performance regressions with CI-Integrated differential profiling
pytest-codspeed, plugin for pytest
_rust
-
CodSpeed – integrated CI tool for performance testing
Really feel that this is a missing area in CI today and looking forward to what codspeed and https://bencher.dev/ are able to create.
Unfortunately, I'm not using either atm. Last I looked at them:
- codspeed's Rust integration involved stubbing out a specific benchmark library which seems non-ideal and I've moved away from that library
- bencher required manually registering your benches before using it. I have responsibility over a large number of Rust repos and try to get rid of as many per-repo steps as possible. If I can't put it in my template (https://github.com/epage/_rust) and then merge it into each of my repos to get the benefit, I'm unlikely to use it.
While I've not worked with the codspeed developers, I have been providing feedback to the bencher developers and have hope that I'll be able to eventually use a solution.
What are some alternatives?
pytest-benchmark - pytest fixture for benchmarking code
bencher - 🐰 Bencher - Continuous Benchmarking
pyperf - Toolkit to run Python benchmarks
k6 - A modern load testing tool, using Go and JavaScript
less_slow.py - Playing around "Less Slow" coding practices in Python, from numerical micro-kernels to coroutines, ranges, and polymorphic state machines
action - Github Actions for running CodSpeed in your CI