• Subscribe
  • All activity
    Owen Kelly
    From the list of blogs in in the git repository, we take the 3 most recent posts from the feed. Then we list the most recent 100, and update every hour.
    Good Engineering
    Good Engineering
    Stories from the top engineering blogs in one place.
    Owen Kelly

    Wedgetail is a small and simple profiler. It’s focus is to provide timing information for a large number of invocations of the same function. This allows you to derive meaningful statistics of the performance of that function.

    Wedgetail is added to your tests, and can help you ensure you’re not adding code that is dramatically slowing down your app or module.

    Wedgetail
    Wedgetail
    Time your functions in your tests