The benchmark reads airport and US geography data, then uses D3 to create a Voronoi diagram of the airports overlaid on a map of the US. It uses jsdom to simulate a browser environment for D3 to render to an SVG element.
./build/build/cache-buster-comment-plugin.cjs which injects a known comment into every function in the bundle# Install node deps from package-lock.json npm ci --include=dev; # Bundle sources to dist/*. npm run build # Use build:dev for non-minified sources. npm run build:dev
# Run the basic node benchmark implementation for development. npm run test