Skip to content

Commit

Permalink
[Build] Multiple CURL packages leads to invalid build (#1738) (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Nov 7, 2022
1 parent b8b715f commit 34b6597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# include <poll.h>
# include <unistd.h>
#endif
#include <curl/curl.h>
#include "curl/curl.h"

OPENTELEMETRY_BEGIN_NAMESPACE
namespace ext
Expand Down

1 comment on commit 34b6597

@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: 34b6597 Previous: b8b715f Ratio
BM_ProcYieldSpinLockThrashing/1/process_time/real_time 0.33846975844583393 ms/iter 0.1310334303303582 ms/iter 2.58
BM_NaiveSpinLockThrashing/1/process_time/real_time 0.3108112779382157 ms/iter 0.13097889748886501 ms/iter 2.37
BM_ThreadYieldSpinLockThrashing/1/process_time/real_time 17.59662628173828 ms/iter 7.467633799502724 ms/iter 2.36

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

Please sign in to comment.