Skip to content

Commit 6e3445a

Browse files
committed
refactor: wip
1 parent b16ded4 commit 6e3445a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/utils/src/lib/profiler/profiler-node.int.test.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,8 @@ describe('NodeJS Profiler Integration', () => {
396396
const numProcesses = 3;
397397
const startTime = performance.now();
398398

399-
const {
400-
[PROFILER_SHARDER_ID_ENV_VAR]: _coordinatorId,
401-
[PROFILER_MEASURE_NAME_ENV_VAR]: _measureName,
402-
...cleanEnv
403-
} = process.env;
399+
const { [PROFILER_MEASURE_NAME_ENV_VAR]: _measureName, ...cleanEnv } =
400+
process.env;
404401

405402
const processStartTime = performance.now();
406403
const { stdout, stderr } = await executeProcess({

0 commit comments

Comments
 (0)