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 fb368ee commit 6ec14c9Copy full SHA for 6ec14c9
.github/workflows/benchmark.yml
@@ -1,4 +1,4 @@
1
-name: Benchmark
+name: TypeScript Benchmark
2
on:
3
pull_request:
4
paths:
@@ -23,14 +23,15 @@ jobs:
23
name: Benchmark TypeScript Types
24
steps:
25
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
26
-
+ with:
27
+ fetch-depth: 0
28
- name: Setup node
29
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
30
with:
31
node-version: 16
32
33
- run: npm install
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
36
env:
37
DB_URL: ${{ secrets.DB_URL }}
0 commit comments