Skip to content

Commit

Permalink
[DOC] Fix typo in benchmarks.rst (open-telemetry#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.

1 comment 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: 4700e48 Ratio
BM_SpinLockThrashing/1/process_time/real_time 4.320332498261423 ms/iter 1.1386175950368245 ms/iter 3.79
BM_ProcYieldSpinLockThrashing/1/process_time/real_time 10.799384117126465 ms/iter 0.10584977240049878 ms/iter 102.03
BM_ProcYieldSpinLockThrashing/2/process_time/real_time 9.404786427815756 ms/iter 0.23120320310779646 ms/iter 40.68
BM_NaiveSpinLockThrashing/1/process_time/real_time 9.699614842732748 ms/iter 0.0985569931103282 ms/iter 98.42
BM_NaiveSpinLockThrashing/2/process_time/real_time 0.40599505106608075 ms/iter 0.18086813093627643 ms/iter 2.24
BM_NaiveSpinLockThrashing/4/process_time/real_time 10.349750518798828 ms/iter 0.6344464147975871 ms/iter 16.31

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

Please sign in to comment.