Skip to content

Commit

Permalink
[BUILD] Build break in OLTP_FILE tests (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored May 8, 2024
1 parent 4f32bc6 commit 6de4ccd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions exporters/otlp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,13 @@ if(BUILD_TESTING)
if(WITH_OTLP_FILE)
add_executable(otlp_file_client_test test/otlp_file_client_test.cc)
target_link_libraries(
otlp_file_client_test ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}
${GMOCK_LIB} opentelemetry_exporter_otlp_file
opentelemetry_otlp_recordable)
otlp_file_client_test
${GTEST_BOTH_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${GMOCK_LIB}
opentelemetry_exporter_otlp_file
opentelemetry_otlp_recordable
nlohmann_json::nlohmann_json)
gtest_add_tests(
TARGET otlp_file_client_test
TEST_PREFIX exporter.otlp.
Expand Down

2 comments on commit 6de4ccd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 6de4ccd Previous: 4f32bc6 Ratio
BM_BaselineBuffer/2 8339564.800262451 ns/iter 2382436.514774085 ns/iter 3.50
BM_BaselineBuffer/4 7918088.436126709 ns/iter 2626742.356275786 ns/iter 3.01

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 6de4ccd Previous: 4f32bc6 Ratio
BM_ProcYieldSpinLockThrashing/2/process_time/real_time 1.5420160005314825 ms/iter 0.19939954240048136 ms/iter 7.73
BM_NaiveSpinLockThrashing/4/process_time/real_time 4.0265196248104695 ms/iter 0.7002663612365723 ms/iter 5.75

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.