Files
vercel__next.js/bench/module-cost/lib/commonjs.js
Tobias Koppers 48b2976ed2 Turbopack: add module cost benchmark (#81530)
### What?

Add a benchmark that requires/imports nearly 10k of empty modules.

Measures load and execution time for these modules.

Might also be useful to measure the compile overhead of modules.
2025-07-11 14:34:38 +02:00

4 lines
75 B
JavaScript

export function execute() {
return require('../commonjs/index.js') + 1
}