| 64 | } |
| 65 | |
| 66 | static void ASMapGetMappedASGooglev6(benchmark::Bench& bench) |
| 67 | { |
| 68 | std::vector<CNetAddr> addrs{LookupAddr("2001:4860:4860::8888")}; |
| 69 | BenchGetMappedAS(bench, addrs); |
| 70 | } |
| 71 | |
| 72 | static void ASMapGetMappedASUnmappedv4(benchmark::Bench& bench) |
| 73 | { |
nothing calls this directly
no test coverage detected