(c: &mut Criterion)
| 72 | } |
| 73 | |
| 74 | fn python_parse_massive_ints_array(c: &mut Criterion) { |
| 75 | python_parse_file("./benches/massive_ints_array.json", c, StringCacheMode::All); |
| 76 | } |
| 77 | |
| 78 | fn python_parse_medium_response_not_cached(c: &mut Criterion) { |
| 79 | python_parse_file("./benches/medium_response.json", c, StringCacheMode::None); |
nothing calls this directly
no test coverage detected
searching dependent graphs…