File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
"""
3
3
Compare opcode counts between two folders of JSON fixtures.
4
4
5
- This script crawls two folders for JSON files, parses them using the Fixtures model,
6
- and compares the opcode_count field from the info section between fixtures with the same name.
5
+ This script crawls two folders for JSON files, parses them using the Fixtures
6
+ model, and compares the opcode_count field from the info section between
7
+ fixtures with the same name.
7
8
"""
8
9
9
10
import sys
@@ -77,7 +78,7 @@ def load_all_opcode_counts(
77
78
)
78
79
if fixtures :
79
80
file_opcode_counts = extract_opcode_counts_from_fixtures (fixtures )
80
- # Use fixture name as key, if there are conflicts, the last one wins
81
+ # Use fixture name as key, if there are conflicts, choose the last
81
82
all_opcode_counts .update (file_opcode_counts )
82
83
83
84
return all_opcode_counts
You can’t perform that action at this time.
0 commit comments