(c: &mut Criterion)
| 88 | } |
| 89 | |
| 90 | fn python_parse_string_array_not_cached(c: &mut Criterion) { |
| 91 | python_parse_file("./benches/string_array.json", c, StringCacheMode::None); |
| 92 | } |
| 93 | |
| 94 | fn python_parse_string_array(c: &mut Criterion) { |
| 95 | python_parse_file("./benches/string_array.json", c, StringCacheMode::All); |
nothing calls this directly
no test coverage detected
searching dependent graphs…