scancode-workbench
scancode-workbench copied to clipboard
Access query + other operation metrics
Currently, sequelize does have some output in the developer console that displays the time needed to make a query. We should have some sort of combination of these numbers for various different workflows to gauge how long certain operations take. We can then judge whether or not changes to the code impact performance.
Related: #307