summaryrefslogtreecommitdiff
path: root/ext/node/benchmarks/child_process_ipc.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/benchmarks/child_process_ipc.mjs')
-rw-r--r--ext/node/benchmarks/child_process_ipc.mjs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/benchmarks/child_process_ipc.mjs b/ext/node/benchmarks/child_process_ipc.mjs
index 39377cd8c..7a5c992bd 100644
--- a/ext/node/benchmarks/child_process_ipc.mjs
+++ b/ext/node/benchmarks/child_process_ipc.mjs
@@ -1,3 +1,5 @@
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+
import { fork } from "node:child_process";
import process from "node:process";
import { setImmediate } from "node:timers";