Note - caching strings should make no difference here
(c: &mut Criterion)
| 117 | |
| 118 | /// Note - caching strings should make no difference here |
| 119 | fn python_parse_true_array(c: &mut Criterion) { |
| 120 | python_parse_file("./benches/true_array.json", c, StringCacheMode::All); |
| 121 | } |
| 122 | |
| 123 | criterion_group!( |
| 124 | benches, |
nothing calls this directly
no test coverage detected
searching dependent graphs…