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: use process.hrtime.bigint instead of process.hrtime #45877

Merged
merged 2 commits into from Jan 1, 2023

Commits on Dec 16, 2022

  1. test: use process.hrtime.bigint instead of process.hrtime

    `process.hrtime` is legacy. So replace `process.hrtime` with
    `process.hrtime.bigint` in test.
    
    Refs: https://github.com/nodejs/node/blob/main/doc/api/process.md#processhrtimetime
    
    Signed-off-by: Deokjin Kim <deokjin81.kim@gmail.com>
    deokjinkim committed Dec 16, 2022
    Copy the full SHA
    6b0e8d6 View commit details
    Browse the repository at this point in the history
  2. Revise format of NS_PER_MS

    deokjinkim committed Dec 16, 2022
    Copy the full SHA
    ecc7caa View commit details
    Browse the repository at this point in the history