summaryrefslogtreecommitdiff
path: root/benchmark/packages/timer/src/index.ts
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-11-06 12:33:14 +0000
committerGravatar GitHub <noreply@github.com> 2024-11-06 12:33:14 +0000
commited5a9f1b755f9ae31735dacf75b970669c8c38c8 (patch)
treeb539b47c4bbf6bfac981b5d65ff3a92c4339d09b /benchmark/packages/timer/src/index.ts
parent222f71894cc7118319ce83b3b29fa61a9dbebb75 (diff)
downloadastro-ed5a9f1b755f9ae31735dacf75b970669c8c38c8.tar.gz
astro-ed5a9f1b755f9ae31735dacf75b970669c8c38c8.tar.zst
astro-ed5a9f1b755f9ae31735dacf75b970669c8c38c8.zip
chore: codspeed benchmark (#12347)
Diffstat (limited to 'benchmark/packages/timer/src/index.ts')
-rw-r--r--benchmark/packages/timer/src/index.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmark/packages/timer/src/index.ts b/benchmark/packages/timer/src/index.ts
index 1c54e3727..f83a61c36 100644
--- a/benchmark/packages/timer/src/index.ts
+++ b/benchmark/packages/timer/src/index.ts
@@ -6,7 +6,9 @@ export function getAdapter(): AstroAdapter {
serverEntrypoint: '@benchmark/timer/server.js',
previewEntrypoint: '@benchmark/timer/preview.js',
exports: ['handler'],
- supportedAstroFeatures: {},
+ supportedAstroFeatures: {
+ serverOutput: 'stable',
+ },
};
}