Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix description
  • Loading branch information
mdboom committed Jun 14, 2024
commit e3c590f3da5b0d1622b5e61f8c38b348e7f0e1d3
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def bench_yaml(objs):

if __name__ == "__main__":
runner = pyperf.Runner()
runner.metadata['description'] = "Benchmark json.loads()"
runner.metadata['description'] = "Benchmark yaml.load()"

yaml_dict = yaml.dump(DICT)
yaml_tuple = yaml.dump(TUPLE)
Expand Down