astro/benchmark/bench
2023-03-03 11:55:31 +08:00
..
_template.js Refactor benchmark script (#6376) 2023-03-01 08:46:06 +00:00
_util.js Refactor benchmark script (#6376) 2023-03-01 08:46:06 +00:00
memory.js Refactor benchmark script (#6376) 2023-03-01 08:46:06 +00:00
README.md Refactor benchmark script (#6376) 2023-03-01 08:46:06 +00:00
server-stress.js Improve server-stress benchmark comment (#6405) 2023-03-03 11:55:31 +08:00

bench

This bench folder contains different benchmarking files that you can run via astro-benchmark <bench-file-name>, e.g. astro-benchmark memory. Files that start with an underscore are not benchmarking files.

Benchmarking files will run against a project to measure its performance, and write the results down as JSON in the results folder. The results folder is gitignored and its result files can be safely deleted if you're not using them.

You can duplicate _template.js to start a new benchmark test. All shared utilities are kept in _util.js.