Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional usages #3951

Merged
merged 3 commits into from
Sep 13, 2024
Merged

Add additional usages #3951

merged 3 commits into from
Sep 13, 2024

Commits on Sep 13, 2024

  1. usage: count parsed files including TS files

    This both allows us to figure out if users are using k6 with a lot of
    files and if ts support is actually used.
    mstoykov committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8d44f44 View commit details
    Browse the repository at this point in the history
  2. usage: report require usage

    It will be nice to know how many people use require and potentially
    commonJS.
    
    Note: this reports each invocation of `require` but adding sync.Once to
    this seems overkill and it is probably okay to have the statistics
    either way.
    mstoykov committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    88629d3 View commit details
    Browse the repository at this point in the history
  3. usage: report usage of global

    As part of #3864 it will be nice to
    know how much this is used if at all.
    mstoykov committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9cc8131 View commit details
    Browse the repository at this point in the history