Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored and ionelmc committed Jun 2, 2018
1 parent d44050f commit 62afaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_benchmark/stats.py
Expand Up @@ -229,7 +229,7 @@ def as_dict(self, include_data=True, flat=False, stats=True, cprofile=None):
stats_columns.insert(0, cprofile)
for column in stats_columns:
cprofile_functions.sort(key=operator.itemgetter(column), reverse=True)
for cprofile_function in cprofile_functions[:10]:
for cprofile_function in cprofile_functions[:25]:
if cprofile_function not in cprofile_list:
cprofile_list.append(cprofile_function)
# if we want only one column or we already have all available functions
Expand Down

0 comments on commit 62afaeb

Please sign in to comment.