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

tests: add utility to easily profile node performance with perf #14519

Merged
merged 2 commits into from Feb 5, 2019

Commits on Jan 22, 2019

  1. tests: add utility to easily profile node performance with perf

    Introduces `TestNode.profile_with_perf()` context manager which
    samples node execution to produce profiling data.
    
    Also introduces a test framework flag, `--perf`, which will run
    perf on all nodes for the duration of a given test.
    jamesob committed Jan 22, 2019
    1
    Copy the full SHA
    58180b5 View commit details
    Browse the repository at this point in the history
  2. 1
    Copy the full SHA
    13782b8 View commit details
    Browse the repository at this point in the history