Skip to content

Commit 1b150e2

Browse files
authored
Add tests for user counters w/ threads (#2089)
1 parent 009f05c commit 1b150e2

File tree

2 files changed

+618
-0
lines changed

2 files changed

+618
-0
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ benchmark_add_test(NAME templated_fixture_method_test COMMAND templated_fixture_
186186
compile_output_test(user_counters_test)
187187
benchmark_add_test(NAME user_counters_test COMMAND user_counters_test --benchmark_min_time=0.01s)
188188

189+
compile_output_test(user_counters_threads_test)
190+
benchmark_add_test(NAME user_counters_threads_test COMMAND user_counters_threads_test --benchmark_min_time=0.01s)
191+
189192
compile_output_test(perf_counters_test)
190193
benchmark_add_test(NAME perf_counters_test COMMAND perf_counters_test --benchmark_min_time=0.01s --benchmark_perf_counters=CYCLES,INSTRUCTIONS)
191194

0 commit comments

Comments
 (0)