Home
last modified time | relevance | path

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

/third_party/rust/crates/unicode-ident/benches/
H A Dxid.rs11 // in the strings created by gen_string). The "time per call" listed in our
30 fn gen_string(p_nonascii: u32) -> String { in gen_string() functions
108 bench(c, "0%-nonascii", gen_string(0)); in bench0()
112 bench(c, "1%-nonascii", gen_string(1)); in bench1()
116 bench(c, "10%-nonascii", gen_string(10)); in bench10()
120 bench(c, "100%-nonascii", gen_string(100)); in bench100()

Completed in 1 milliseconds