Skip to content

Commit

Permalink
fix constants for graph performance tests
Browse files Browse the repository at this point in the history
Signed-off-by: Thijs Baaijen <[email protected]>
  • Loading branch information
Thijss committed Feb 3, 2025
1 parent f7e0085 commit 24b000d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/performance/graph_performance_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# pylint: disable=missing-function-docstring

GRAPH_SIZES = [100, 500, 1000, 5000]
GRAPH_SIZES = [100, 500, 1000]


def perftest_initialize():
Expand Down

0 comments on commit 24b000d

Please sign in to comment.