(c: &mut Criterion)
| 92 | } |
| 93 | |
| 94 | fn python_parse_string_array(c: &mut Criterion) { |
| 95 | python_parse_file("./benches/string_array.json", c, StringCacheMode::All); |
| 96 | } |
| 97 | |
| 98 | fn python_parse_x100_not_cached(c: &mut Criterion) { |
| 99 | python_parse_file("./benches/x100.json", c, StringCacheMode::None); |
nothing calls this directly
no test coverage detected
searching dependent graphs…