0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/benchmark/make-project
2024-04-15 15:56:53 +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 Remove MDX processor on buildEnd (#10770) 2024-04-15 15:56:53 +08:00
README.md Refactor benchmark script (#6376) 2023-03-01 08:46:06 +00:00
render-default.js [ci] format 2024-02-14 15:15:02 +00:00
server-stress-default.js [ci] format 2023-08-25 13:02:36 +00: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.