Skip to content

Commit

Permalink
Add 10 DReps to ci-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini authored and mgmeier committed Apr 29, 2024
1 parent 199e9ff commit 37e14d1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def all_profile_variants:
{ desc: "Miniature dataset, CI-friendly duration, test scale"
}) as $citest_base
|
($scenario_fixed_loaded * $doublet * $dataset_miniature * $for_15blk * $no_filtering *
($scenario_fixed_loaded * $doublet * $dataset_miniature * $for_15blk * $no_filtering * $dreps_small *
{ desc: "Miniature dataset, CI-friendly duration, bench scale"
}) as $cibench_base
|
Expand Down Expand Up @@ -973,11 +973,6 @@ def all_profile_variants:
{ name: "ci-bench-nomadperf-nop2p"
, desc: "ci-bench on P&T exclusive cluster with P2P disabled"
}
## DREP
, $cibench_base * $dreps_small *
{ name: "ci-bench-drep"
}
## DREP

## CI variants: test duration, 3 blocks, dense10
, $citest_base * $solo_dense10 *
Expand Down

0 comments on commit 37e14d1

Please sign in to comment.