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: frappe/bench
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.22.2
Choose a base ref
...
head repository: frappe/bench
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.22.3
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 23, 2024

  1. perf: Avoid use of glob for fetching python executable

    glob on env/**/bin is slowest operation in terms of overhead on CLI.
    ankush committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8db23dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    014358d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Merge pull request #1542 from ankush/fast_cli

    perf: faster cli
    ankush authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b12ac64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3980a82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8025aa8 View commit details
    Browse the repository at this point in the history
  4. chore(release): Bumped to Version 5.22.3

    ## [5.22.3](v5.22.2...v5.22.3) (2024-02-24)
    
    ### Performance Improvements
    
    * Avoid use of glob for fetching python executable ([8db23dd](8db23dd))
    semantic-release-bot committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c1bf94d View commit details
    Browse the repository at this point in the history
Loading