From 0fd963b7bf8b0ef321378056b16678e193d49928 Mon Sep 17 00:00:00 2001 From: fjetter Date: Thu, 7 Sep 2023 11:01:46 +0200 Subject: [PATCH] use fixture properly --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index 56433a7ef4..7fa8a188d8 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -397,6 +397,7 @@ def _get_cluster_info(cluster): def benchmark_all( benchmark_memory, benchmark_task_durations, + benchmark_coiled_prometheus, get_cluster_info, benchmark_time, ):