Allow specifying whether JIT is enabled.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 962
- Forks
- 106
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 4
Description
pyperf has different warmup policies for JIT and non-JIT implementations, and for instance -- if a new python implementation is under development for some research purpose: it introduces JIT and does not want to name itself pypy or graalpython, but pyperf will not detect it as an implementation with JIT.
https://github.com/psf/pyperf/blob/main/pyperf/_utils.py#L204
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in pyperf/_utils.py around line 204, where JIT detection is handled. Trace how that result affects warmup policies and identify the existing configuration or implementation-detection path. Done means callers can specify whether JIT is enabled without needing a recognized implementation name, with both JIT and non-JIT warmup behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100