Skip to content
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

Provide set of meaningful benchmarks #75

Open
playpauseandstop opened this issue Jun 8, 2020 · 0 comments
Open

Provide set of meaningful benchmarks #75

playpauseandstop opened this issue Jun 8, 2020 · 0 comments
Assignees
Labels
ci Changes to CI configuration files and scripts perf A code change that improves performance
Milestone

Comments

@playpauseandstop
Copy link
Owner

playpauseandstop commented Jun 8, 2020

To ensure that performance is not touched between rororo releases.

As of now I'm thinking about using pyperf as benchmark runner, and benchmarking,

  • In todobackend example,
    • setup_openapi performance
    • validate_request performance by creating 100+ todos via create_todo operation (without Redis layer)
    • validate_response performance by emulating list_todos operation with 100+ todos (without Redis layer)
  • In hobotnica example,
    • validate_security performance for basic auth
    • validate_security performance for HTTP auth

To complete task need to store benchmark results somewhere (gh-pages branch or as release artifact) and have ability to compare benchmark results between releases.

@playpauseandstop playpauseandstop added ci Changes to CI configuration files and scripts perf A code change that improves performance labels Jun 8, 2020
@playpauseandstop playpauseandstop added this to the 2.0 milestone Jun 8, 2020
@playpauseandstop playpauseandstop self-assigned this Jun 8, 2020
@playpauseandstop playpauseandstop changed the title Basic rororo profiling Provide set of meaningful benchmarks Jun 12, 2020
@playpauseandstop playpauseandstop modified the milestones: 2.0, 2.1 Jun 12, 2020
@playpauseandstop playpauseandstop modified the milestones: 3.0, 4.0 Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to CI configuration files and scripts perf A code change that improves performance
Projects
None yet
Development

No branches or pull requests

1 participant