Skip to content

Commit f495f07

Browse files
committed
build: use correct make command names
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent fb74eb6 commit f495f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/random_benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
# Run JavaScript and native add-on benchmarks:
8686
- name: 'Run JavaScript and native add-on benchmarks'
8787
run: |
88-
make benchmarks-random-javascript RANDOM_SELECTION_SIZE=50 BUILD_ADDONS=1
88+
make benchmark-random-javascript RANDOM_SELECTION_SIZE=50 BUILD_ADDONS=1
8989
timeout-minutes: 60
9090

9191
# Run C benchmarks:
9292
- name: 'Run C benchmarks'
9393
run: |
94-
make benchmarks-random-c RANDOM_SELECTION_SIZE=10
94+
make benchmark-random-c RANDOM_SELECTION_SIZE=10
9595
timeout-minutes: 60

0 commit comments

Comments
 (0)