Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_json/benches/task_helpers/
H A Dmod.rs18 pub const NUMBER_EXAMPLE: &str = "12.34"; consts
/commonlibrary/rust/ylong_json/benches/
H A Dserialize_json_cmp.rs52 let value = JsonValue::from_str(NUMBER_EXAMPLE).unwrap(); in number_serialize_perf_ylong_json()
152 let value: Value = serde_json::from_str(NUMBER_EXAMPLE).unwrap(); in number_serialize_perf_serde_json()
H A Ddeserialize_json_cmp.rs52 let _value = JsonValue::from_str(NUMBER_EXAMPLE).unwrap(); in number_deserialize_perf_ylong_json()
142 let _value: Value = serde_json::from_str(NUMBER_EXAMPLE).unwrap(); in number_deserialize_perf_serde_json()

Completed in 1 milliseconds