Skip to content

Commit 0ed31c7

Browse files
committed
ci: removing benches
1 parent 1c097b7 commit 0ed31c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ build:linux:
146146
nix develop .#ci --command bash -c $'
147147
npm run prebuild --verbose -- --production;
148148
npm test -- --ci --coverage;
149-
npm run bench;
150149
'
151150
artifacts:
152151
when: always
@@ -156,7 +155,6 @@ build:linux:
156155
coverage_report:
157156
coverage_format: cobertura
158157
path: ./tmp/coverage/cobertura-coverage.xml
159-
metrics: ./benches/results/metrics.txt
160158
paths:
161159
- ./prebuild/
162160
coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/'
@@ -188,7 +186,6 @@ build:macos:
188186
- npm run prebuild --verbose -- --arch x64 --production
189187
- npm run prebuild --verbose -- --arch arm64 --production
190188
- npm test -- --ci --coverage
191-
- npm run bench
192189
artifacts:
193190
when: always
194191
reports:
@@ -197,7 +194,6 @@ build:macos:
197194
coverage_report:
198195
coverage_format: cobertura
199196
path: ./tmp/coverage/cobertura-coverage.xml
200-
metrics: ./benches/results/metrics.txt
201197
paths:
202198
- ./prebuild/
203199
rules:

0 commit comments

Comments
 (0)