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

test: add test for Linux perf #20783

Closed
wants to merge 2 commits into from
Closed

Commits on Jun 4, 2018

  1. test: create new directory v8-updates

    `v8-updates` holds all tests related to V8 updates, for example, testing
    for postmortem metadata chages.
    Matheus Marchini committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    33119c2 View commit details
    Browse the repository at this point in the history
  2. test: add test for Linux perf

    This commit adds a test to validate if Linux perf is working correctly
    on Node.js. The test is marked as flaky because its intention is to let
    us know when changes on V8 potentially broke Linux perf, so we can fix
    it before a new version of V8 lands on Node.js master.
    Matheus Marchini committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    4c486e2 View commit details
    Browse the repository at this point in the history