From f36146fba5aab754fd9fff615a0a9d0f10db4aa6 Mon Sep 17 00:00:00 2001 From: Lht97 Date: Wed, 18 Dec 2024 16:18:08 +0800 Subject: [PATCH] Include the blocks test into the README.md --- .github/actions/spelling/allow.txt | 1 + .github/workflows/profile_cbds_blocks_big.yml | 4 ++-- .github/workflows/profile_cbds_blocks_small.yml | 4 ++-- .github/workflows/profile_test_merged.yml | 2 +- README.md | 4 ++++ 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index ad4ab9f..89bb77e 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -1294,6 +1294,7 @@ Opti optim Optim optimisation +optimlib optimoptions optimset optiprofiler diff --git a/.github/workflows/profile_cbds_blocks_big.yml b/.github/workflows/profile_cbds_blocks_big.yml index 5f68632..b440bc4 100644 --- a/.github/workflows/profile_cbds_blocks_big.yml +++ b/.github/workflows/profile_cbds_blocks_big.yml @@ -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 @@ -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 diff --git a/.github/workflows/profile_cbds_blocks_small.yml b/.github/workflows/profile_cbds_blocks_small.yml index 4638222..2ae1b17 100644 --- a/.github/workflows/profile_cbds_blocks_small.yml +++ b/.github/workflows/profile_cbds_blocks_small.yml @@ -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 @@ -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 diff --git a/.github/workflows/profile_test_merged.yml b/.github/workflows/profile_test_merged.yml index edab5b3..a50c94a 100644 --- a/.github/workflows/profile_test_merged.yml +++ b/.github/workflows/profile_test_merged.yml @@ -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 diff --git a/README.md b/README.md index 3d85958..f5827a0 100644 --- a/README.md +++ b/README.md @@ -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)