Skip to content

Commit

Permalink
Add missing tags to tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Delaunay committed Nov 22, 2024
1 parent 06fa1be commit 5c2ede4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/config/argerror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ benchio:
n: 1
argv:
--start: 0
tags:
- monogpu
4 changes: 3 additions & 1 deletion tests/config/benchio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ benchio:
weight: 2
plan:
method: njobs
n: 2
n: 2
tags:
- monogpu
3 changes: 2 additions & 1 deletion tests/config/benchio_bad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ benchio:

argv:
--bad: true

tags:
- monogpu
2 changes: 2 additions & 0 deletions tests/config/scaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ benchio:
64: 12Go
128: 24Go
256: 48Go
tags:
- monogpu

0 comments on commit 5c2ede4

Please sign in to comment.