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 18, 2024
1 parent e4e7910 commit 770275a
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 770275a

Please sign in to comment.