Skip to content

Commit

Permalink
Fix for #1292 (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
juandemanjon committed Apr 14, 2022
1 parent 75c2a8f commit e7f051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ REM
REM ##########################################################################################
:build_config_ninja
cmake -G "Ninja" -DCMAKE_MAKE_PROGRAM="!NINJA!" -DCMAKE_TOOLCHAIN_FILE="!VCPKG_CMAKE!" !CONFIG! "!ROOT!"
%NINJA%
"%NINJA%"
exit /b

2 comments on commit e7f051e

@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: e7f051e Previous: 75c2a8f Ratio
BM_ExtractBaggageWith180Entries 4.210220385135978 ns/iter 1.6572701794711948 ns/iter 2.54

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 sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: e7f051e Previous: 75c2a8f Ratio
BM_BaselineBuffer/2 7692029.4761657715 ns/iter 3427562.2367858887 ns/iter 2.24
BM_LockFreeBuffer/1 4222185.6117248535 ns/iter 316972.7481858405 ns/iter 13.32
BM_LockFreeBuffer/2 4725784.3017578125 ns/iter 1045590.6391143799 ns/iter 4.52

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

Please sign in to comment.