Skip to content

Commit ca27afd

Browse files
committed
Reduce benchmark iterations so memory doesn't run out
1 parent 32919b3 commit ca27afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
npm run benchmark -- \
3838
--templates tst/resources/templates/*.json tst/resources/templates/*.yaml \
3939
--output benchmark-results.md \
40-
--iterations 10000
40+
--iterations 5000
4141
4242
- name: Generate timestamp
4343
id: timestamp

0 commit comments

Comments
 (0)