We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a6ca4 commit eb04cb9Copy full SHA for eb04cb9
.github/workflows/benchmark.yaml
@@ -64,8 +64,7 @@ jobs:
64
65
- name: Run Project Benchmarks (Next)
66
run: |
67
- cd next
68
- bash scripts/run.sh
+ bash scripts/run.sh next
69
70
- name: Run Project Benchmarks (Astro)
71
scripts/run.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+cd $1
4
+
5
hyperfine --export-json=../next.json --warmup 3 --runs 10 -i --prepare ' \
6
rm -rf ./node_modules/; \
7
rm -rf .npm*; \
0 commit comments