Skip to content

Commit

Permalink
bugfix: add iperf and uperf to list of workloads to generate CI jobs for
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Apr 23, 2024
1 parent 4ee243e commit 257fef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ci-run-file-creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def process_options():
dest = "benchmark",
help = "The benchmark to return a run-file for",
required = True,
choices = [ "cyclictest", "fio", "multi", "oslat" ],
choices = [ "cyclictest", "fio", "iperf", "multi", "oslat", "uperf" ],
type = str)

parser.add_argument("--controller-ip",
Expand Down

0 comments on commit 257fef7

Please sign in to comment.