summaryrefslogtreecommitdiff
path: root/test/common/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/README.md')
-rw-r--r--test/common/README.md5
1 files changed, 2 insertions, 3 deletions
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)