Skip to content

Commit

Permalink
ci: change command bench_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 4, 2023
1 parent b2ec1ad commit dff690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
working-directory: benchmark/target
env:
FORMAT_BENCH_COMMAND: "format webpack/lib webpack/examples webpack/declarations webpack/benchmark prettier/src prettier/scripts --write"
CHECK_BENCH_COMMAND: "--max-diagnostics=0 eslint/lib eslint/messages eslint/tests/lib eslint/tests/performance eslint/tools webpack/lib"
CHECK_BENCH_COMMAND: "--max-diagnostics=0 eslint/lib eslint/messages eslint/tests/lib eslint/tests/performance eslint/tools webpack/lib --no-errors-on-unmatched"
run: |
hyperfine -w 2 --export-markdown benchmark_format.md \
-n "biome format (main)" "./biome_main $FORMAT_BENCH_COMMAND" \
Expand Down

0 comments on commit dff690d

Please sign in to comment.