(c: &mut Criterion)
| 108 | } |
| 109 | |
| 110 | fn python_parse_string_array_unique(c: &mut Criterion) { |
| 111 | python_parse_file("./benches/string_array_unique.json", c, StringCacheMode::All); |
| 112 | } |
| 113 | |
| 114 | fn python_parse_true_object(c: &mut Criterion) { |
| 115 | python_parse_file("./benches/true_object.json", c, StringCacheMode::All); |
nothing calls this directly
no test coverage detected
searching dependent graphs…