Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Jun 5, 2021
1 parent cb8991f commit 95ed3db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benckmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if-no-files-found: error
retention-days: 10
- name: submit metrics
run: pnpm benchmarka:submit
run: pnpm benchmark:submit
env:
DEBUG: metrics
METRICS_SOURCE: autocannon
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
if-no-files-found: error
retention-days: 10
- name: submit metrics
run: pnpm benchmarka:submit
run: pnpm benchmark:submit
env:
DEBUG: metrics
METRICS_SOURCE: hyperfine
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"start": "concurrently --kill-others \"pnpm _start:server\" \"pnpm _start:web\"",
"benchmark:hyper": "verdaccio-benchmark hyper -r ./hyper-results.json",
"benchmark:api": "verdaccio-benchmark api",
"benchmarka:submit": "pnpm ts-node ./scripts/submit-metrics.ts",
"benchmark:submit": "pnpm ts-node ./scripts/submit-metrics.ts",
"start:watch": "concurrently --kill-others \"pnpm _build:watch\" \"pnpm _start:server\" \"pnpm _debug:reload\"",
"_build:watch": "pnpm run --parallel watch --filter ./packages",
"_start:server": "node packages/verdaccio/debug/bootstrap.js --listen 8000",
Expand Down

0 comments on commit 95ed3db

Please sign in to comment.