Home
last modified time | relevance | path

Searched refs:comparisonValue (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/
H A Dthread_benchmark_test.cpp270 const int comparisonValue = 1; in BENCHMARK_F() local
290 AssertGreaterThan(test->data_, comparisonValue, in BENCHMARK_F()
291 "test->data_ was not greater than comparisonValue as expected.", state); in BENCHMARK_F()
330 const int comparisonValue = 10; in BENCHMARK_F() local
349 AssertGreaterThan(test->data_, comparisonValue, in BENCHMARK_F()
350 "test->data_ was not greater than comparisonValue as expected.", state); in BENCHMARK_F()
354 AssertGreaterThan(test->data_, comparisonValue, in BENCHMARK_F()
355 "test->data_ was not greater than comparisonValue as expected.", state); in BENCHMARK_F()

Completed in 1 milliseconds