mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
measure if -O2 makes the test complete faster
This commit is contained in:
parent
1024aa9252
commit
6f2e29a234
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev-long-tests.yml
vendored
4
.github/workflows/dev-long-tests.yml
vendored
|
|
@ -46,11 +46,11 @@ jobs:
|
|||
READFROMBLOCKDEVICE: 1
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
|
||||
- name: make test
|
||||
- name: make test # note: make -j test seems to break when associated with `-m32`
|
||||
run: |
|
||||
sudo apt-get -qqq update
|
||||
make libc6install
|
||||
CFLAGS="-m32 -O1" make test V=1
|
||||
CFLAGS="-m32 -O2" make test V=1
|
||||
|
||||
no-intrinsics-fuzztest:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue