Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: psf/pyperf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.0
Choose a base ref
...
head repository: psf/pyperf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.10.0
Choose a head ref
  • 7 commits
  • 16 files changed
  • 5 contributors

Commits on Sep 1, 2025

  1. Configuration menu
    Copy the full SHA
    2fcee60 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Add BSD support for track-memory (#220)

    - Add BSD bool variable (= true if running on BSD OS)
    - Use psutil to get memory infos on BSD
    - Use psutil.memory_info().rss on BSD instead of memory_full_info().uss
      (not supported)
    
    Signed-off-by: Laurent Cheylus <foxy@free.fr>
    Co-authored-by: Victor Stinner <vstinner@python.org>
    lcheylus and vstinner authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    d2cc803 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Configuration menu
    Copy the full SHA
    e6675c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Configuration menu
    Copy the full SHA
    188810f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Setup Dependabot for Github actions, bump checkout and setup-python a…

    …ctions (#229)
    
    * actions/checkout@v6
    * dependabot for gh actions
    * setup-python@v6
    maurycy authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    ff3ba74 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. Recognise CPython as a JIT implementation (#231)

    * Recognise CPython as a JIT implementation
    
    * Apply review comment
    Fidget-Spinner authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    8f6e7d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb748a View commit details
    Browse the repository at this point in the history
Loading