Skip to content

Commit f757caa

Browse files
Update config.yml
1 parent ed714ac commit f757caa

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -165,22 +165,6 @@ jobs:
165165
name: Integration tests
166166
command: npm run test:integration
167167

168-
codechecks_benchmarks:
169-
working_directory: ~/nest
170-
docker:
171-
- image: cimg/node:<< pipeline.parameters.maintenance-node-version >>
172-
steps:
173-
- checkout
174-
- *restore-cache
175-
- *install-deps
176-
- *build-packages
177-
- run:
178-
name: Install native wrk
179-
command: .circleci/install-wrk.sh
180-
- run:
181-
name: Run codechecks with benchmarks
182-
command: yarn codechecks:benchmarks
183-
184168
samples:
185169
working_directory: ~/nest
186170
docker:

0 commit comments

Comments
 (0)