The implementation should be benchmarked against the [JRE IDN implementation (which is technically IDNA 2003)](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/IDN.html "JRE IDN") and [icu4j's implementation.](https://unicode-org.github.io/icu/userguide/icu4j/ "icu4j"). Note, we are currently benchmarking part of our code against icu4j, but not the full UTS implementation.
The implementation should be benchmarked against the JRE IDN implementation (which is technically IDNA 2003) and icu4j's implementation.. Note, we are currently benchmarking part of our code against icu4j, but not the full UTS implementation.