Skip to content

refactor: benchmark #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

superlevure
Copy link
Contributor

# To start the stack
make up 

# To stop the stack
make down

# To launch the tests
make sync_benchmark_main
make sync_benchmark_PR
make async_benchmark_PR

@superlevure superlevure marked this pull request as draft February 11, 2024 16:49
@superlevure superlevure marked this pull request as ready for review February 11, 2024 16:57

WORKDIR /app

CMD ["uvicorn", "octopus.asgi:application", "--host", "0.0.0.0", "--port", "8000"]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need different web servers for sync/async: gunicorn and uvicorn

@dima-kov dima-kov merged commit 1359bcb into dima-kov:main Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants