Wednesday, 2 September 2020

How to profile unit tests?

Currently I'm working in a typescript codebase and I'm wondering which functions are called often and which functions are slow when I run `yarn test` (which uses jest). I tried ndb but I couldn't get the info I needed. How do you profile (a suite of) unit tests?

Submitted September 02, 2020 at 08:41AM by Michie1

No comments:

Post a Comment