Skip to content

Commit

Permalink
fix errors in script runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 6, 2024
1 parent e57c61d commit c15e128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def downloadDlioOutputs(dlioWorkloads):
)
parser.add_argument(
"--workload-config",
description=(
help=(
"A json configuration file to define workloads that were run to"
" generate the outputs that should be parsed."
),
Expand Down
4 changes: 2 additions & 2 deletions perfmetrics/scripts/testing_on_gke/examples/fio/parse_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# limitations under the License.

import argparse
from collections.abc import Sequence
import json, os, pprint, subprocess
import sys
import fio_workload

sys.path.append("../")
from utils.utils import get_memory, get_cpu, unix_to_timestamp, is_mash_installed
Expand Down Expand Up @@ -84,7 +84,7 @@ def downloadFioOutputs(fioWorkloads):
)
parser.add_argument(
"--workload-config",
description=(
help=(
"A json configuration file to define workloads that were run to"
" generate the outputs that should be parsed."
),
Expand Down

0 comments on commit c15e128

Please sign in to comment.