Skip to content

Commit

Permalink
[BUILD] allow building with -DWITH_OTLP_HTTP_COMPRESSION=OFF without …
Browse files Browse the repository at this point in the history
…zlib (#3120)
  • Loading branch information
cfstras authored Nov 4, 2024
1 parent f30ab92 commit d16f781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/src/http/client/curl/http_client_curl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include <curl/curl.h>
#include <curl/curlver.h>
#include <zconf.h>
#include <atomic>
#include <chrono>
#include <cstddef>
Expand All @@ -25,6 +24,7 @@
#include "opentelemetry/version.h"

#ifdef ENABLE_OTLP_COMPRESSION_PREVIEW
# include <zconf.h>
# include <zlib.h>
#else
# include "opentelemetry/sdk/common/global_log_handler.h"
Expand Down

1 comment on commit d16f781

@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: d16f781 Previous: f30ab92 Ratio
BM_SpinLockThrashing/2/process_time/real_time 0.8663691007173978 ms/iter 0.29245389351197454 ms/iter 2.96
BM_ProcYieldSpinLockThrashing/1/process_time/real_time 0.480858695428103 ms/iter 0.18673910061360355 ms/iter 2.58

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

Please sign in to comment.