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
Update pyperformance/data-files/benchmarks/bm_yaml/run_benchmark.py
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
  • Loading branch information
mdboom and ericsnowcurrently authored Jun 24, 2024
commit b267db00423acda93999f3cb19161975355c486b
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Script for testing the performance of YAML parsing, using yaml.

This will dump/load several real world-representative objects a few thousand
times. The methodology below was chosen for was chosen to be similar to
times. The methodology below was chosen to be similar to
real-world scenarios which operate on single objects at a time.
Comment thread
mdboom marked this conversation as resolved.

This explicitly tests the pure Python implementation in pyyaml, not its C
Expand Down