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.6.2
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.6.3
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 1, 2024

  1. Fix mem_max_rss measurement on macOS (#173)

    On BSD/darwin, ru_maxrss is defined in "bytes", unlike Linux
    where it is "kilobytes".  Therefore, this code was wrongly
    multiplying the result by 1024.  Rather than just fixing it
    here, it seems better to reuse the already correct `get_max_rss`
    function (used for calculating `command_max_rss`) elsewhere.
    mdboom authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c960443 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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