Skip to content

Commit

Permalink
Fixing merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed Nov 7, 2024
1 parent 803a41a commit 3edbf03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions genai-perf/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def create_run_config_measurement(

return RunConfigMeasurement(gpu_metrics)


###########################################################################
# RunConfig Constructor
###########################################################################
Expand Down Expand Up @@ -147,8 +148,9 @@ def create_run_config(
)

return run_config

class TestUtils:


class TestUtils:
"""
Unit test for genai_perf/utils.py utility functions
"""
Expand Down

0 comments on commit 3edbf03

Please sign in to comment.