We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0585f7d commit 82ecdc7Copy full SHA for 82ecdc7
crates/jiter/benches/python.rs
@@ -52,7 +52,7 @@ fn python_parse_file(path: &str, c: &mut Criterion, cache_mode: StringCacheMode)
52
_ => "",
53
};
54
55
- "python_".to_owned() + file_stem + cache_mode
+ "python_parse_".to_owned() + file_stem + cache_mode
56
57
58
Python::with_gil(|py| {
0 commit comments