Skip to content

Commit

Permalink
[BUILD] Add missing includes to runtime_context_test (#2395)
Browse files Browse the repository at this point in the history
  • Loading branch information
perhapsmaple authored Nov 6, 2023
1 parent ca08c5a commit 5bf2f80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/test/context/runtime_context_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#include "opentelemetry/context/runtime_context.h"
#include "opentelemetry/context/context.h"

#include <algorithm>
#include <map>

#include <gtest/gtest.h>

using namespace opentelemetry;
Expand Down

2 comments on commit 5bf2f80

@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: 5bf2f80 Previous: ca08c5a Ratio
BM_BaselineBuffer/1 5880696.773529053 ns/iter 496085.6754272854 ns/iter 11.85
BM_LockFreeBuffer/2 3802067.0600819364 ns/iter 1700525.7606506348 ns/iter 2.24

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: 5bf2f80 Previous: ca08c5a Ratio
BM_ExtractBaggageWith180Entries 3.6858225927446897 ns/iter 1.6213691650205873 ns/iter 2.27

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

Please sign in to comment.