diff options
Diffstat (limited to 'benchmark/bench/server-stress.js')
-rw-r--r-- | benchmark/bench/server-stress.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark/bench/server-stress.js b/benchmark/bench/server-stress.js index 1bb64375e..ca165e239 100644 --- a/benchmark/bench/server-stress.js +++ b/benchmark/bench/server-stress.js @@ -1,9 +1,9 @@ -import fs from 'fs/promises'; -import { fileURLToPath } from 'url'; import autocannon from 'autocannon'; import { execaCommand } from 'execa'; -import { waitUntilBusy } from 'port-authority'; import { markdownTable } from 'markdown-table'; +import fs from 'node:fs/promises'; +import { fileURLToPath } from 'node:url'; +import { waitUntilBusy } from 'port-authority'; import pb from 'pretty-bytes'; import { astroBin } from './_util.js'; |