| 61 | } |
| 62 | |
| 63 | static void CRC32(int n) { |
| 64 | for (int i = 0; i < n; i++) { |
| 65 | toft::CRC32::Digest(test_str); |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | TOFT_BENCHMARK(CityHash32)->ThreadRange(1, NumCPUs()); |
| 70 | TOFT_BENCHMARK(CityHash64)->ThreadRange(1, NumCPUs()); |
nothing calls this directly
no outgoing calls
no test coverage detected