pytest-codspeed
less_slow.py
pytest-codspeed | less_slow.py | |
---|---|---|
6 | 2 | |
100 | 114 | |
2.0% | 0.0% | |
8.2 | 7.9 | |
about 1 month ago | 5 months ago | |
Python | Python | |
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
less_slow.py
-
Show HN: Less Slow C++
Great question! This has been top of mind for me for the last 2–3 years.
Short answer: sadly, no. I love the "usability" promise of coroutines—and even have 2–3 FOSS projects that could be rewritten entirely around C++ or Rust coroutines for better debuggability and extensibility—but my experiments show that the runtime cost of most coroutine‑like abstractions is simply too high. Frankly, I’m not even sure if a better design is possible on modern hardware.
This leads me to conclude that, despite my passion for SIMD and superscalar execution, the highest‑impact new assembly instructions that x86 and Arm could standardize would center on async execution and lightweight context switching... yet I haven’t seen any movement in that direction.
⸻
I also wrote toy examples for various range/async/stream models in C++, Rust, and Python, with measured latencies in inline comments:
- Python:
- V0.2: Networking in Python
What are some alternatives?
pytest-benchmark - pytest fixture for benchmarking code
fastero - Python timeit CLI for the 21st century! colored output, multi-line input with syntax highlighting and autocompletion and much more!
pyperf - Toolkit to run Python benchmarks
benchexec - BenchExec: A Framework for Reliable Benchmarking and Resource Measurement
action - Github Actions for running CodSpeed in your CI
parser - A C++ parser combinator library.