Skip to content

Commit c0ecfb0

Browse files
committed
disable benchmark
1 parent 89cc686 commit c0ecfb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
MAKE_DEFINES: ''
4747
# When true, make.pas builds and runs console benchmarks after the test suite.
4848
# Override per job below, like MAKE_BUILD_BACKEND.
49-
MAKE_RUN_BENCHMARK: true
49+
MAKE_RUN_BENCHMARK: false
5050
# Set by the workflow_dispatch "debug" toggle; '1' enables `set -x` tracing in
5151
# install-fpc-lazarus.sh, '0' otherwise. Forwarded into the sandboxed jobs below.
5252
CI_DEBUG: ${{ github.event.inputs.debug == 'true' && '1' || '0' }}

0 commit comments

Comments
 (0)