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: TechEmpower/FrameworkBenchmarks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: euri10/FrameworkBenchmarks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fastapi
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 8, 2019

  1. Upgraded FastAPI and related libs

    Tweaked gunicorn conf file for pypy using different workers once there's some async pypy db libs
    Added orm version of app, WIP
    euri10 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    322fbf5 View commit details
    Browse the repository at this point in the history
  2. Added orm version for queries

    euri10 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    0bebdd2 View commit details
    Browse the repository at this point in the history
  3. Added orm version for update

    euri10 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    47bc6dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bee3a65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2437193 View commit details
    Browse the repository at this point in the history
  6. Typos

    euri10 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    3104361 View commit details
    Browse the repository at this point in the history
  7. Using maybe larger pool

    euri10 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    c1a311e View commit details
    Browse the repository at this point in the history
  8. Avoid deadlock through the power of sort()

    /r/blackmagicfuckery
    euri10 committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    ec5c2f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Upgraded FastAPI and related libs

    Tweaked gunicorn conf file for pypy using different workers once there's some async pypy db libs
    Added orm version of app, WIP
    euri10 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    27ade6d View commit details
    Browse the repository at this point in the history
  2. Added orm version for queries

    euri10 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    eca9ddb View commit details
    Browse the repository at this point in the history
  3. Added orm version for update

    euri10 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    e8e0f89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f29e7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35aaed2 View commit details
    Browse the repository at this point in the history
  6. Typos

    euri10 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    940568b View commit details
    Browse the repository at this point in the history
  7. Using maybe larger pool

    euri10 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    115fc29 View commit details
    Browse the repository at this point in the history
  8. Avoid deadlock through the power of sort()

    /r/blackmagicfuckery
    euri10 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    b8e30ae View commit details
    Browse the repository at this point in the history
  9. Upgraded requirements

    Put db init in startup event
    euri10 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    9c6f934 View commit details
    Browse the repository at this point in the history
  10. Lint

    euri10 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    3600fc0 View commit details
    Browse the repository at this point in the history
  11. Isort black and autoflake

    euri10 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    9073a2c View commit details
    Browse the repository at this point in the history
Loading