summaryrefslogtreecommitdiff
path: root/packages/astro/performance/content-benchmark.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/performance/content-benchmark.mjs')
-rw-r--r--packages/astro/performance/content-benchmark.mjs4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/astro/performance/content-benchmark.mjs b/packages/astro/performance/content-benchmark.mjs
index 126d99c73..5ec095034 100644
--- a/packages/astro/performance/content-benchmark.mjs
+++ b/packages/astro/performance/content-benchmark.mjs
@@ -57,9 +57,7 @@ async function benchmark({ fixtures, templates, numPosts }) {
if (test.includes('simple')) {
const fixtures = formats;
- console.log(
- `\n${bold('Simple')} ${dim(`${numPosts} posts (${formatsToString(fixtures)})`)}`
- );
+ console.log(`\n${bold('Simple')} ${dim(`${numPosts} posts (${formatsToString(fixtures)})`)}`);
process.env.ASTRO_PERFORMANCE_TEST_NAME = 'simple';
await benchmark({
fixtures,