This is a framework that allows testing for the number of times we walk over a git repository while processing a specific request.
This allows us to start testing for the number of git repository actions, since those constitute the majority of Pagure performance costs.
For verbose information while debugging, one can run the runserver as:
This is a framework that allows testing for the number of times we walk over a git repository while processing a specific request.
This allows us to start testing for the number of git repository actions, since those constitute the majority of Pagure performance costs.
For verbose information while debugging, one can run the runserver as:
This will print the collected performance statistics at the end of every request.