Skip to content

Commit

Permalink
Merge pull request #12147 from mohammad0-0ahmad-forks/ts-benchmark-1.…
Browse files Browse the repository at this point in the history
…1.10

ts-benchmark
  • Loading branch information
vkarpov15 committed Jul 25, 2022
2 parents 7ff925b + 6ec14c9 commit 8f73e06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/benchmark.yml
@@ -1,4 +1,4 @@
name: Benchmark
name: TypeScript Benchmark
on:
pull_request:
paths:
Expand All @@ -23,14 +23,15 @@ jobs:
name: Benchmark TypeScript Types
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2

with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
with:
node-version: 16

- 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 }}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"serve-handler": "6.1.3",
"sinon": "14.0.0",
"stream-browserify": "3.0.0",
"ts-benchmark": "^1.1.5",
"ts-benchmark": "^1.1.10",
"tsd": "0.20.0",
"typescript": "4.7.4",
"uuid": "8.3.2",
Expand Down

0 comments on commit 8f73e06

Please sign in to comment.