Skip to content

Commit

Permalink
[BUILD] Bump cmake version to 3.9 (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Mar 8, 2024
1 parent ac7ee5f commit 3e4b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.9)

# See https://cmake.org/cmake/help/v3.3/policy/CMP0057.html required by certain
# versions of gtest
Expand Down

1 comment on commit 3e4b7d3

@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: 3e4b7d3 Previous: ac7ee5f Ratio
BM_AlwaysOnSamplerConstruction 1.343275590398792 ns/iter 0.6194220847200614 ns/iter 2.17
BM_TraceIdRatioBasedSamplerShouldSample 14.834521799165296 ns/iter 7.135620206479172 ns/iter 2.08
BM_SpanCreation 1071.0143581231741 ns/iter 526.3333294052136 ns/iter 2.03
BM_NoopSpanCreation 255.0742909589107 ns/iter 124.71129283839828 ns/iter 2.05

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

Please sign in to comment.