Skip to content

Commit

Permalink
Introduce the number of run of comparison of nomad on big dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lht97 committed Dec 20, 2024
1 parent f5561c5 commit b2e8cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/profile_cbds_nomad_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
options = rmfield(options, 'dim');
options.mindim = 6;
options.maxdim = 20;
options.n_runs = 1;
options.run_plain = ${{ matrix.run_plain }};
options.summarize_log_ratio_profiles = ${{ matrix.summarize_log_ratio_profiles }};
profile_optiprofiler(options);
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/profile_default_cbds_nomad_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
options = rmfield(options, 'dim');
options.mindim = 6;
options.maxdim = 20;
options.n_runs = 1;
options.run_plain = ${{ matrix.run_plain }};
options.summarize_log_ratio_profiles = ${{ matrix.summarize_log_ratio_profiles }};
profile_optiprofiler(options);
Expand Down

0 comments on commit b2e8cb8

Please sign in to comment.