Skip to content

Commit

Permalink
Add missing include guard (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzsolt authored Apr 27, 2022
1 parent 3b9bfd4 commit 72360b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

#pragma once

#include <initializer_list>
#include <memory>
#include <vector>
Expand Down

1 comment on commit 72360b4

@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: 72360b4 Previous: 3b9bfd4 Ratio
BM_ThreadYieldSpinLockThrashing/1/process_time/real_time 20.83805203437805 ms/iter 7.1050286293029785 ms/iter 2.93

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

Please sign in to comment.