Skip to content

Commit

Permalink
Fix bug in perf tool
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Apr 15, 2024
1 parent 1bac304 commit b333ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/performance_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def access_top10_c_keys(c_dictionary):

@profile
def access_top10_c_tolist(c_dictionary):
a = c_dictionary.to_list(10)
a = c_dictionary.to_list()

@profile
def access_top10_c_todict(c_dictionary):
Expand Down

0 comments on commit b333ae0

Please sign in to comment.