Skip to content

Commit

Permalink
Remove --config Debug when installing. (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Jul 9, 2022
1 parent 4762910 commit 8691a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You can link OpenTelemetry C++ SDK with libraries provided in
files for SDK at custom/default install location.

```console
$ cmake --install . --config Debug --prefix /<install_root>/
$ cmake --install . --prefix /<install_root>/
-- Installing: /<install-root>/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config.cmake
-- Installing: /<install-root>/lib/cmake/opentelemetry-cpp/opentelemetry-cpp-config-version.cmake
...
Expand Down

1 comment on commit 8691a2d

@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: 8691a2d Previous: 4762910 Ratio
BM_BaselineBuffer/1 10791022.777557373 ns/iter 515796.8997955322 ns/iter 20.92
BM_LockFreeBuffer/1 3151093.7213897705 ns/iter 408228.847211444 ns/iter 7.72
BM_LockFreeBuffer/2 3264428.3771514893 ns/iter 1546134.7103118896 ns/iter 2.11

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

Please sign in to comment.