diff options
Diffstat (limited to 'benchmark/bench/memory.js')
-rw-r--r-- | benchmark/bench/memory.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/bench/memory.js b/benchmark/bench/memory.js index 1f0d8ab8b..34a4972f7 100644 --- a/benchmark/bench/memory.js +++ b/benchmark/bench/memory.js @@ -1,7 +1,7 @@ -import fs from 'fs/promises'; -import { fileURLToPath } from 'url'; import { execaCommand } from 'execa'; import { markdownTable } from 'markdown-table'; +import fs from 'node:fs/promises'; +import { fileURLToPath } from 'node:url'; import { astroBin } from './_util.js'; /** @typedef {Record<string, import('../../packages/astro/src/core/config/timer').Stat>} AstroTimerStat */ |