Skip to content

Commit

Permalink
[DOC] Fix typo in benchmarks.rst (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
orion160 authored Feb 20, 2024
1 parent e1119ed commit 2f3fbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/public/performance/benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Performance Tests - Benchmarks

Click `here <https://open-telemetry.github.io/opentelemetry-cpp/benchmarks/index.html>`_ to view the latest performance benchmarks for packages in this repo.

Please note that the flutation in the results are mainly because `machines with different CPUs <https://github.com/benchmark-action/github-action-benchmark/issues/79>`_ are used for tests.
Please note that the fluctuation in the results are mainly because `machines with different CPUs <https://github.com/benchmark-action/github-action-benchmark/issues/79>`_ are used for tests.

3 comments on commit 2f3fbd4

@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: 2f3fbd4 Previous: e1119ed Ratio
BM_NaiveSpinLockThrashing/1/process_time/real_time 0.36863783131475036 ms/iter 0.08493621282902296 ms/iter 4.34

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: 2f3fbd4 Previous: e1119ed Ratio
BM_BaselineBuffer/1 5188577.175140381 ns/iter 572057.4855804443 ns/iter 9.07

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

Benchmark suite Current: 2f3fbd4 Previous: e1119ed Ratio
BM_OtlpExporterEmptySpans 54.361017459717566 ns/iter 23.793149172008725 ns/iter 2.28

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

Please sign in to comment.