From 346158da5cdb33db4f7f545a475a3a98a4ecead4 Mon Sep 17 00:00:00 2001 From: Thijs Baaijen <13253091+Thijss@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:20:04 +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 9601165..61c7e2d 100644 --- a/tests/performance/graph_performance_tests.py +++ b/tests/performance/graph_performance_tests.py @@ -8,7 +8,6 @@ # pylint: disable=missing-function-docstring GRAPH_SIZES = [100, 500, 1000, 5000] -GRAPH_SIZES = [100, 500, 1000] def perftest_initialize():