perf: use node: prefix to bypass caching call for builtins
[benchmarks-js.git] / uuid-generator.mjs
index 92e15d848468cc576ed91f7d06ba4d134a4ad041..f85005f91c86329520f5eeb19f85e3aaad9b7e6c 100644 (file)
@@ -1,4 +1,4 @@
-import crypto from 'crypto'
+import crypto from 'node:crypto'
 import Benchmark from 'benny'
 import { v4 as uuid } from 'uuid'