Skip to content

Commit 9e703b5

Browse files
committed
updated peformance panels
1 parent 09ea4d8 commit 9e703b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/articles/array_to_tuple_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __call__(self):
4242
post.flags.writeable = False
4343

4444
#-------------------------------------------------------------------------------
45-
NUMBER = 1
45+
NUMBER = 200
4646

4747
def seconds_to_display(seconds: float) -> str:
4848
seconds /= NUMBER

doc/articles/array_to_tuple_iter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __call__(self):
7676

7777

7878
#-------------------------------------------------------------------------------
79-
NUMBER = 100
79+
NUMBER = 200
8080

8181
def seconds_to_display(seconds: float) -> str:
8282
seconds /= NUMBER
@@ -251,7 +251,7 @@ def get_versions() -> str:
251251

252252
def run_test():
253253
records = []
254-
for size in (1_000, 10_000, 100_000): #, 1_000_000):
254+
for size in (1_000, 10_000, 100_000, 1_000_000):
255255
for ff in CLS_FF:
256256
fixture_label, fixture = ff.get_label_array(size)
257257
for cls in CLS_PROCESSOR:

0 commit comments

Comments
 (0)