0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/benchmark/make-project
2023-08-25 21:00:51 +08:00
..
_template.js Refactor benchmark script (#6376) 2023-03-01 08:46:06 +00:00
_util.js Add page render benchmark (#6415) 2023-03-06 22:55:44 +08:00
memory-default.js nit: use node: prefix everywhere (#7692) 2023-07-18 02:17:59 +02:00
README.md Refactor benchmark script (#6376) 2023-03-01 08:46:06 +00:00
render-default.js nit: use node: prefix everywhere (#7692) 2023-07-18 02:17:59 +02:00
server-stress-default.js Improve stress test benchmark (#8225) 2023-08-25 21:00:51 +08:00

make-project

This make-project folder contains different files to programmatically create a new Astro project. They are created inside the projects folder and are gitignored. These projects are used by benchmarks for testing.

Each benchmark can specify the default project to run in its defaultProject export, but it can be overriden if --project <project-name> is passed through the CLI.

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