soooooooo this benchmark is taking longer than I'd expect
perf tells me it's functions in unicode_normalization and idna::uts46, which would make sense if I were using trust_dns::rr::Label::from_utf8
but I'm using from_raw_bytes
and there are no other functions in the entirety of trust_dns that use idna::uts46
so what gives???