Home
last modified time | relevance | path

Searched refs:NULL_EXAMPLE (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_json/benches/task_helpers/
H A Dmod.rs16 pub const NULL_EXAMPLE: &str = "null"; consts
/commonlibrary/rust/ylong_json/benches/
H A Dserialize_json_cmp.rs32 let value = JsonValue::from_str(NULL_EXAMPLE).unwrap(); in null_serialize_perf_ylong_json()
132 let value: Value = serde_json::from_str(NULL_EXAMPLE).unwrap(); in null_serialize_perf_serde_json()
H A Ddeserialize_json_cmp.rs34 let _value = JsonValue::from_str(NULL_EXAMPLE).unwrap(); in null_deserialize_perf_ylong_json()
124 let _value: Value = serde_json::from_str(NULL_EXAMPLE).unwrap(); in null_deserialize_perf_serde_json()

Completed in 1 milliseconds