| 58 | } |
| 59 | |
| 60 | static void ASMapGetMappedASGooglev4(benchmark::Bench& bench) |
| 61 | { |
| 62 | std::vector<CNetAddr> addrs{LookupAddr("8.8.8.8")}; |
| 63 | BenchGetMappedAS(bench, addrs); |
| 64 | } |
| 65 | |
| 66 | static void ASMapGetMappedASGooglev6(benchmark::Bench& bench) |
| 67 | { |
nothing calls this directly
no test coverage detected