From 24b000dd11bdb4c59e29b42e535f9975915b2a02 Mon Sep 17 00:00:00 2001 From: Thijs Baaijen <13253091+Thijss@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:22:58 +0100 Subject: [PATCH] fix constants for graph performance tests Signed-off-by: Thijs Baaijen <13253091+Thijss@users.noreply.github.com> --- tests/performance/graph_performance_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/performance/graph_performance_tests.py b/tests/performance/graph_performance_tests.py index 50b1aae..44d686c 100644 --- a/tests/performance/graph_performance_tests.py +++ b/tests/performance/graph_performance_tests.py @@ -7,7 +7,6 @@ # pylint: disable=missing-function-docstring GRAPH_SIZES = [100, 500, 1000, 5000] -GRAPH_SIZES = [100, 500, 1000] def perftest_initialize():