aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli_commands.py')
-rw-r--r--tests/test_cli_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cli_commands.py b/tests/test_cli_commands.py
index b65d90e..61cc5a6 100644
--- a/tests/test_cli_commands.py
+++ b/tests/test_cli_commands.py
@@ -79,7 +79,7 @@ def test_opt_valid_optimization_target(
def mock_performance_estimation(monkeypatch: pytest.MonkeyPatch) -> None:
"""Mock performance estimation."""
metrics = PerformanceMetrics(
- EthosUConfiguration("ethos-u55-256"),
+ EthosUConfiguration.load_profile("ethos-u55-256"),
NPUCycles(1, 2, 3, 4, 5, 6),
MemoryUsage(1, 2, 3, 4, 5),
)