Skip to content

Commit 82ecdc7

Browse files
Update name spacing
1 parent 0585f7d commit 82ecdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/jiter/benches/python.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn python_parse_file(path: &str, c: &mut Criterion, cache_mode: StringCacheMode)
5252
_ => "",
5353
};
5454

55-
"python_".to_owned() + file_stem + cache_mode
55+
"python_parse_".to_owned() + file_stem + cache_mode
5656
};
5757

5858
Python::with_gil(|py| {

0 commit comments

Comments
 (0)