Skip to content

Commit 6ec14c9

Browse files
Refactor benchmark.yml
1 parent fb368ee commit 6ec14c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Benchmark
1+
name: TypeScript Benchmark
22
on:
33
pull_request:
44
paths:
@@ -23,14 +23,15 @@ jobs:
2323
name: Benchmark TypeScript Types
2424
steps:
2525
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
26-
26+
with:
27+
fetch-depth: 0
2728
- name: Setup node
2829
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
2930
with:
3031
node-version: 16
3132

3233
- run: npm install
3334

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

0 commit comments

Comments
 (0)