8000 Comparing 1.0.6...1.0.7 · python/pyperformance · GitHub
[go: up one dir, main page]

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: python/pyperformance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.6
Choose a base ref
...
head repository: python/pyperformance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.7
Choose a head ref
  • 16 commits
  • 43 files changed
  • 9 contributors

Commits on Nov 28, 2022

  1. Add a Dask benchmark (gh-246)

    The Dask scheduler is largely pure-python-code-bound. There is a discussion about the details here. For this reason, it makes a good real-world workload of a distributed system benchmark (even when the benchmark is running locally on a single core).
    
    Thanks to @TomAugspurger for the suggestion, and @mrocklin for providing the meat of the benchmark itself.
    mdboom authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1631b6a View commit details
    Browse the repository at this point in the history
  2. Fix the django_template benchmark on cpython main (gh-248)

    Fixes #247.
    
    Django has a runtime dependency on distutils, so adding setuptools as a dependency resolves it.
    
    This has already been resolved upstream [1], but this allows us to keep using the same version of Django for the benchmark.
    
    [1] django/django#14240
    mdboom authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fd22d5a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

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

Commits on Dec 5, 2022

  1. no-issue: Migrate to the pyproject.toml (#249)

    * no-issue: Migrate to the pyproject.toml
    
    * Update pyproject.toml
    
    Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
    
    * Support include-package-data = true
    
    * Add installing build
    
    Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
    corona10 and ericsnowcurrently authored Dec 5, 2022

Commits on Dec 7, 2022

  1. .github: Add Automated release process (gh-251)

    * .github: Add Automated release process
    
    * rebase
    
    * Fix wrongly rebased code
    
    * Apply suggestions from code review
    
    Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
    
    * pyproject.toml: Address code review
    
    Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
    corona10 and ericsnowcurrently authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    340008c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Jan 3, 2023

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

Commits on Jan 10, 2023

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

Commits on Feb 20, 2023

  1. Add comprehensions benchmark (#265)

    Carl Meyer authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    433550e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Allow contributors to manually run tests on their GitHub forks (#269)

    Makes it easier to debug CI issues without creating a PR
    AlexWaygood authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4a69828 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on Apr 19, 2023

  1. gh-263: Run Python 3.12 task as the experimental task (#274)

    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    corona10 and hugovk authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    fe07325 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    ca27f73 View commit details
    Browse the repository at this point in the history
  2. Bump GitHub Actions (#273)

    hugovk authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c4fcdd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Upgrade to pyperf 2.6.0 (#272)

    * Upgrade to pyperf 2.6.0
    
    * Remove use of pypy warmup kwarg in all (3) benchmarks
    
    See discussion in #272 (comment)
    
    This argument doesn't do anything [since 2017](psf/pyperf@d21fee8#diff-80086baf88b49811bed7ea6f51429845ec5c6494f2c5ed0214f94add87631e54L140),
    and was [removed from the runner interface](psf/pyperf@d5349bb#diff-d1600cb0c5deea10c84136091897ee5086097ac9e35be850235c1f28b7a48316L74).
    itamaro authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    5e6d663 View commit details
    Browse the repository at this point in the history
  2. Prepare release 1.0.7

    corona10 committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    99fe9b1 View commit details
    Browse the repository at this point in the history
Loading
0