diff options
author | 2023-03-06 14:58:51 +0000 | |
---|---|---|
committer | 2023-03-06 14:58:51 +0000 | |
commit | 1aea58f14ad5b15d4af3d42bd92b9bcb1e2b77db (patch) | |
tree | 206abdce224840141cf5560bda8da4141b8c18e5 /benchmark/index.js | |
parent | c5bac09a42d0bf2a3a9b53fed3743291c2109e43 (diff) | |
download | astro-1aea58f14ad5b15d4af3d42bd92b9bcb1e2b77db.tar.gz astro-1aea58f14ad5b15d4af3d42bd92b9bcb1e2b77db.tar.zst astro-1aea58f14ad5b15d4af3d42bd92b9bcb1e2b77db.zip |
[ci] format
Diffstat (limited to 'benchmark/index.js')
-rwxr-xr-x | benchmark/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/index.js b/benchmark/index.js index c05fafefa..7f59b40cc 100755 --- a/benchmark/index.js +++ b/benchmark/index.js @@ -25,7 +25,7 @@ Options const commandName = args._[0]; const benchmarks = { memory: () => import('./bench/memory.js'), - 'render': () => import('./bench/render.js'), + render: () => import('./bench/render.js'), 'server-stress': () => import('./bench/server-stress.js'), }; |