Skip to content

Commit

Permalink
Include the blocks test into the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lht97 committed Dec 18, 2024
1 parent 64f2383 commit f36146f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ Opti
optim
Optim
optimisation
optimlib
optimoptions
optimset
optiprofiler
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_cbds_blocks_big.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Profile cbds with different blocks, big
name: Profile cbds with different blocks input, big

on:
# Trigger the workflow on # push or pull request
Expand All @@ -10,7 +10,7 @@ on:

jobs:
test:
name: Profile BDS with different blocks, big
name: Profile BDS with different blocks input, big
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/profile_cbds_blocks_small.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Profile cbds with different blocks, small
name: Profile cbds with different blocks input, small

on:
# Trigger the workflow on # push or pull request
Expand All @@ -10,7 +10,7 @@ on:

jobs:
test:
name: Profile BDS with different blocks, big
name: Profile BDS with different blocks input, small
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_test_merged.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Profile cbds and simplex using optiprofiler, small
name: Profile test merged

on:
# Trigger the workflow on # push or pull request
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,7 @@ The tests are **automated** by
- [![Profile cbds with permuted matrix input, big](https://github.com/optimlib/bds/actions/workflows/profile_cbds_permuted_big.yml/badge.svg)](https://github.com/optimlib/bds/actions/workflows/profile_cbds_permuted_big.yml)
- [![Profile cbds with permuted matrix input, small](https://github.com/optimlib/bds/actions/workflows/profile_cbds_permuted_small.yml/badge.svg)](https://github.com/optimlib/bds/actions/workflows/profile_cbds_permuted_small.yml)

- [Tests](https://github.com/gradient-free-optimization/bds/actions) at [gradient-free-optimization/bds](https://github.com/gradient-free-optimization/bds)

- [![Profile cbds with different blocks input, big](https://github.com/gradient-free-optimization/bds/actions/workflows/profile_cbds_blocks_big.yml/badge.svg)](https://github.com/optimlib/gradient-free-optimization/actions/workflows/profile_cbds_blocks_big.yml)
- [![Profile cbds with different blocks input, small](https://github.com/gradient-free-optimization/bds/actions/workflows/profile_cbds_blocks_small.yml/badge.svg)](https://github.com/optimlib/gradient-free-optimization/actions/workflows/profile_cbds_blocks_small.yml)

0 comments on commit f36146f

Please sign in to comment.