Skip to content

Commit

Permalink
chore: correctly bump benchmark limit
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 19, 2022
1 parent 69f5392 commit e125992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: npm install
working-directory: benchmarks/typescript/simple

- run: npx ts-benchmark -p ./ -f 17/100000 18 29 32 -b master -g -t --colors
- run: npx ts-benchmark -p ./ -f 17/110000 18 29 32 -b master -g -t --colors
working-directory: benchmarks/typescript/simple
env:
DB_URL: ${{ secrets.DB_URL }}

0 comments on commit e125992

Please sign in to comment.