From d4c7487840c8b2b6852951d3e0623ed16206e2e6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 11 Jun 2019 16:08:53 -0700 Subject: test: remove FIB environment variable from cpu-prof.js PR-URL: https://github.com/nodejs/node/pull/28183 Reviewed-By: Richard Lau Reviewed-By: James M Snell --- test/common/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/common/README.md') diff --git a/test/common/README.md b/test/common/README.md index 1f47baf7a8..2b8f852a3b 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -438,10 +438,9 @@ The `cpu-prof` module provides utilities related to CPU profiling tests. ### env -* Default: { ...process.env, FIB, NODE_DEBUG_NATIVE: 'INSPECTOR_PROFILER' } +* Default: { ...process.env, NODE_DEBUG_NATIVE: 'INSPECTOR_PROFILER' } -Environment variables used in profiled processes. FIB will be set to `40` on -Windows and `30` elsewhere. +Environment variables used in profiled processes. ### getCpuProfiles(dir) -- cgit v1.2.3