To run, use
php build-scripts.phpThe scripts will be created in scripts folder using the sites in sitelist.csv file.
The measurement scripts use measure.sh shell script that uses config.json configuration file and measure.mjs sitespeed.io script.
To run, use
./remove.shThis script removes the big extra files from the results directory.
To run, use
deno run --v8-flags=--max-old-space-size=32000 --allow-env --allow-read ./parse-pages.ts ./results > results.csvand then give it rights as the script asks for them. The assumption is that the results to parse exist in a sibling directory.