atom/fuzzy-finder

Log the time it takes to index the project

rafeca opened this issue · 1 comments

Prerequisites

Description

In order to understand better the real world performance of the fuzzy-finder and allow us to take better decisions, we want to start logging the time it takes to re-index a project (code pointer).

Some additional information that we want to log along the time:

  • Number of files in the repository: the time will vary a lot depending on the project size so we need to be able to filter results by similar project sizes.
  • is ripgrep enabled: Our hypothesis is that ripgrep will have an important impact on the indexing time, so we want to log if it's enabled to be able to compare results.

This has already landed atom@master