Skip to content

Commit 9d406ba

Browse files
committed
fix constants for graph performance tests (#28)
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 3ccf1e9 commit 9d406ba

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)