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

Function python_parse_massive_ints_array

crates/jiter/benches/python.rs:74–76  ·  view source on GitHub ↗
(c: &mut Criterion)

Source from the content-addressed store, hash-verified

72}
73
74fn python_parse_massive_ints_array(c: &mut Criterion) {
75 python_parse_file("./benches/massive_ints_array.json", c, StringCacheMode::All);
76}
77
78fn python_parse_medium_response_not_cached(c: &mut Criterion) {
79 python_parse_file("./benches/medium_response.json", c, StringCacheMode::None);

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…