Skip to content

Commit

Permalink
github-actions: Add job running --benchamrk-enable
Browse files Browse the repository at this point in the history
This is not monitoring performance, just making sure the benchmark
variants pass without error.

Signed-off-by: Jan Vesely <[email protected]>
  • Loading branch information
jvesely committed Apr 11, 2023
1 parent 08ecf3a commit 9412f94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pnl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,14 @@ jobs:

# fp32 run on linux python 3.8
- python-version: '3.8'
python-architecture: 'x64'
os: ubuntu
extra-args: '--fp-precision=fp32'

# --benchmark-enable run on macos python 3.8
- python-version: '3.8'
os: macos
extra-args: '--benchmark-enable -m benchmark -n0 --benchmark-min-rounds=2 --benchmark-max-time=0.001 --benchmark-warmup=off'

# add python 3.8 build on macos since 3.7 is broken
# https://github.com/actions/virtual-environments/issues/4230
- python-version: '3.8'
Expand Down

0 comments on commit 9412f94

Please sign in to comment.