MCPcopy Create free account
hub / github.com/pydantic/jiter / python_parse_true_array

Function python_parse_true_array

crates/jiter/benches/python.rs:119–121  ·  view source on GitHub ↗

Note - caching strings should make no difference here

(c: &mut Criterion)

Source from the content-addressed store, hash-verified

117
118/// Note - caching strings should make no difference here
119fn python_parse_true_array(c: &mut Criterion) {
120 python_parse_file("./benches/true_array.json", c, StringCacheMode::All);
121}
122
123criterion_group!(
124 benches,

Callers

nothing calls this directly

Calls 1

python_parse_fileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…