8000 Comparing 2.8.1...2.9.0 · psf/pyperf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.8.1
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.9.0
Choose a head ref
  • 11 commits
  • 13 files changed
  • 4 contributors

Commits on Dec 17, 2024

  1. Configuration menu
    Copy the full SHA
    766ecdc View commit details
    Browse the repository at this point in the history
  2. Fix typo

    mdboom committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    0e3dbc1 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    mdboom committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    7c47af1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Address comments in the PR

    mdboom committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    a685a14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56dfad1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Update pyperf/_bench.py

    Co-authored-by: Victor Stinner <vstinner@python.org>
    mdboom and vstinner authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    980003e View commit details
    Browse the repository at this point in the history
  2. Use assertIn

    mdboom committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    a02bff9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #210 from mdboom/estimate-sample-size

    Add warnings about too few or too many samples
    mdboom authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    bbc8e9f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

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

Commits on Mar 1, 2025

  1. Add support for profiling benchmarks using perf-record (#214)

    * Add support for profiling benchmarks using `perf-record`
    
    Add a hook that profiles benchmarks using `perf-record` when enabled
    
    * Rename hook to perf_record
    
    * Fix docstring
    
    * Fix formatting
    
    * Remove assignment to unused variable
    
    * Update docs
    
    * Inherit perf record env vars
    mpage authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    1fcdc2b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

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