Skip to content

Commit 0c9aece

Browse files
authored
Disable benchmark action failure (#1284)
1 parent b5155a5 commit 0c9aece

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
# Show alert with commit comment on detecting possible performance regression
6868
alert-threshold: '200%'
6969
comment-on-alert: true
70-
fail-on-alert: true
70+
fail-on-alert: false
7171
gh-pages-branch: gh-pages
7272
benchmark-data-dir-path: benchmarks

docs/performance/benchmarks.rst renamed to docs/public/performance/benchmarks.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Performance Tests - Benchmarks
33

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

6-
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.
6+
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.

0 commit comments

Comments
 (0)