Home
last modified time | relevance | path

Searched refs:TwoValues (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcBenchmarkTest.cpp171 ByteConstrainedArray<uint64_t, 17> TwoValues{{1UL, 2UL}}; in TEST() local
172 EXPECT_THAT(cycle(TwoValues, 5), ElementsAre(1, 2, 1, 2, 1)); in TEST()