Skip to content

Commit 8f73e06

Browse files
authored
Merge pull request #12147 from mohammad0-0ahmad-forks/ts-benchmark-1.1.10
ts-benchmark
2 parents 7ff925b + 6ec14c9 commit 8f73e06

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"serve-handler": "6.1.3",
6161
"sinon": "14.0.0",
6262
"stream-browserify": "3.0.0",
63-
"ts-benchmark": "^1.1.5",
63+
"ts-benchmark": "^1.1.10",
6464
"tsd": "0.20.0",
6565
"typescript": "4.7.4",
6666
"uuid": "8.3.2",

0 commit comments

Comments
 (0)