We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
performance
perf_hooks
1 parent b4ac88e commit 24ec85aCopy full SHA for 24ec85a
packages/vitest/src/runtime/child.ts
@@ -1,3 +1,4 @@
1
+import { performance } from 'node:perf_hooks'
2
import v8 from 'node:v8'
3
import { createBirpc } from 'birpc'
4
import { parseRegexp } from '@vitest/utils'
0 commit comments