MCPcopy Create free account
hub / github.com/davidblewett/rure-python / parse_huge

Function parse_huge

regex/regex-syntax/benches/bench.rs:68–73  ·  view source on GitHub ↗
(b: &mut Bencher)

Source from the content-addressed store, hash-verified

66
67#[bench]
68fn parse_huge(b: &mut Bencher) {
69 b.iter(|| {
70 let re = r"\p{L}{100}";
71 Parser::new().parse(re).unwrap()
72 });
73}

Callers

nothing calls this directly

Calls 3

unwrapMethod · 0.80
iterMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected