Skip to content

Commit

Permalink
Merge pull request #2330 from igormakunin2/patch-23
Browse files Browse the repository at this point in the history
Update tools.yml
  • Loading branch information
cat-bro authored Dec 23, 2024
2 parents 19fc941 + 354e618 commit d4ada5e
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1431,14 +1431,10 @@ tools:
- pulsar
rules:
- id: bwameth_small_input_rule
if: input_size < 0.25
cores: 2
mem: 7.6
- id: bwameth_medium_input_rule
if: 0.25 <= input_size < 1
if: input_size < 1
cores: 4
mem: 15.3
- id: bwameth_medium2_input_rule
- id: bwameth_medium_input_rule
if: 1 <= input_size < 20
cores: 8
mem: 30.7
Expand Down

0 comments on commit d4ada5e

Please sign in to comment.