Skip to content

Commit 7389535

Browse files
committed
see what disabling overflow checks does to perf
1 parent cd1aa6e commit 7389535

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ jobs:
6666
os: ubuntu-20.04-16core-64gb
6767
env: {}
6868
- name: x86_64-gnu-aux
69+
env:
70+
NO_OVERFLOW_CHECKS: "1"
71+
NO_DEBUG_ASSERTIONS: "1"
6972
os: ubuntu-20.04-4core-16gb
70-
env: {}
7173
defaults:
7274
run:
7375
shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"

src/ci/github-actions/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@ jobs:
366366
<<: *job-linux-16c
367367

368368
- name: x86_64-gnu-aux
369+
env:
370+
NO_OVERFLOW_CHECKS: "1"
371+
NO_DEBUG_ASSERTIONS: "1"
369372
<<: *job-linux-4c
370373

371374
auto:

0 commit comments

Comments
 (0)