Skip to content

Commit 553647c

Browse files
committed
BENCH: NPV: Reduce benchmark size
This was taking too long and needs to be reduced
1 parent 6561c6d commit 553647c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmarks/benchmarks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ class Npv2D:
88

99
param_names = ["n_cashflows", "cashflow_lengths", "rates_lengths"]
1010
params = [
11-
(1, 10, 100, 1000),
12-
(1, 10, 100, 1000),
13-
(1, 10, 100, 1000),
11+
(1, 10, 100),
12+
(1, 10, 100),
13+
(1, 10, 100),
1414
]
1515

1616
def __init__(self):

0 commit comments

Comments
 (0)