Skip to content

Commit

Permalink
fix benchmark workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 12, 2023
1 parent 1b91697 commit 842a8d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: benchmark
run: node benchmark/index.js
env:
- RIMRAF_TEST_START_CHAR: a
- RIMRAF_TEST_END_CHAR: j
- RIMRAF_TEST_DEPTH: 7
- RIMRAF_TEST_ITERATIONS: 7
RIMRAF_TEST_START_CHAR: a
RIMRAF_TEST_END_CHAR: j
RIMRAF_TEST_DEPTH: 7
RIMRAF_TEST_ITERATIONS: 7

0 comments on commit 842a8d2

Please sign in to comment.