perf: use node: prefix to bypass caching call for builtins
[benchmarks-js.git] / benchmark-utils.mjs
index e914e6b20337bf26b8aa58a8e4017ea834458fc8..35515c5197f3c333db7286726a8907f2a97d28e7 100644 (file)
@@ -1,4 +1,4 @@
-import crypto, { webcrypto } from 'crypto'
+import crypto, { webcrypto } from 'node:crypto'
 
 /**
  * Generate a cryptographically secure random number in the [0,1[ range