Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_parallel_reduce.cpp66 BodyType benchmark_body; in TestDeterministicReductionFor() local
67 deterministic_reduce_invoker(range, benchmark_body, Partitioner()); in TestDeterministicReductionFor()
71 REQUIRE_MESSAGE( benchmark_body.my_value == measurement_body.my_value, in TestDeterministicReductionFor()
89 REQUIRE_MESSAGE( benchmark_body.my_value == lambda_measurement_result, in TestDeterministicReductionFor()