Skip to content

Commit

Permalink
Refactor benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad0-0ahmad committed Jul 24, 2022
1 parent fb368ee commit 3ba5b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Benchmark
name: TypeScript Benchmark
on:
pull_request:
paths:
Expand Down Expand Up @@ -31,6 +31,6 @@ jobs:

- run: npm install

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

0 comments on commit 3ba5b6c

Please sign in to comment.