Skip to content

Commit cc0f528

Browse files
committed
benchmark
1 parent d9e1912 commit cc0f528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/src/vector_bool_transform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ void common_args(auto bm) {
4848

4949
BENCHMARK(transform_two_inputs_aligned<logical_and<>>)->Apply(common_args);
5050
BENCHMARK(transform_two_inputs_aligned<logical_or<>>)->Apply(common_args);
51+
BENCHMARK(transform_two_inputs_aligned<less<>>)->Apply(common_args);
5152
BENCHMARK(transform_one_input_aligned<logical_not<>>)->Apply(common_args);
5253

5354
BENCHMARK_MAIN();

0 commit comments

Comments
 (0)