chore: add command wrapper and telemetry (#1136)

This commit is contained in:
Andrew Tatomyr
2023-06-26 10:39:50 +03:00
committed by GitHub
parent e2656631cf
commit f4ba6a7bdd
31 changed files with 866 additions and 474 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- run: redocly-next --version
- run: redocly --version
- name: Run Benchmark
run: hyperfine -i --warmup 3 'redocly lint packages/core/src/benchmark/benches/rebilly.yaml' 'redocly-next lint packages/core/src/benchmark/benches/rebilly.yaml' --export-markdown benchmark_check.md --export-json benchmark_check.json
run: hyperfine -i --warmup 3 'REDOCLY_TELEMETRY=off redocly lint packages/core/src/benchmark/benches/rebilly.yaml' 'REDOCLY_TELEMETRY=off redocly-next lint packages/core/src/benchmark/benches/rebilly.yaml' --export-markdown benchmark_check.md --export-json benchmark_check.json
env:
CI: true
- name: Comment PR