| 77 | } |
| 78 | |
| 79 | static void ASMapGetMappedASUnmappedv6(benchmark::Bench& bench) |
| 80 | { |
| 81 | // Reserved as per RFC 9637 (unmapped) |
| 82 | std::vector<CNetAddr> addrs{LookupAddr("3fff::1")}; |
| 83 | BenchGetMappedAS(bench, addrs, /*check=*/false); |
| 84 | } |
| 85 | |
| 86 | static void ASMapGetMappedASMulti(benchmark::Bench& bench) |
| 87 | { |
nothing calls this directly
no test coverage detected