Skip to content

Commit 1888e15

Browse files
authored
fix constants for graph performance tests (#28)
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 00a7d2d commit 1888e15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/performance/graph_performance_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# pylint: disable=missing-function-docstring
99

1010
GRAPH_SIZES = [100, 500, 1000, 5000]
11-
GRAPH_SIZES = [100, 500, 1000]
1211

1312

1413
def perftest_initialize():

0 commit comments

Comments
 (0)