-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit benchmark results to gh-pages branch #250
Commit benchmark results to gh-pages branch #250
Conversation
34e0c03
to
59b9cb5
Compare
5973235
to
ef4af96
Compare
Tests failing for now because we don't have a |
@@ -51,7 +51,7 @@ for more detail on available tox commands. | |||
|
|||
### Benchmarks | |||
|
|||
Performance progression of benchmarks for packages distributed by OpenTelemetry Python can be viewed as a [graph of throughput vs commit history](https://open-telemetry.github.io/opentelemetry-python-contrib/benchmarks/index.html). From this page, you can download a JSON file with the performance results. | |||
Performance progression of benchmarks for packages distributed by OpenTelemetry Python can be viewed as a [graph of throughput vs commit history](https://opentelemetry-python-contrib.readthedocs.io/en/latest/performance/benchmarks.html). From the linked page, you can download a JSON file with the performance results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as other PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment on the other PR for reference: https://github.com/open-telemetry/opentelemetry-python/pull/1469/files#r541332856
a1cf732
to
106fd76
Compare
Performance Tests - Benchmarks | ||
============================== | ||
|
||
Click `here <https://open-telemetry.github.io/opentelemetry-python-contrib/benchmarks/index.html>_` to view the latest performance benchmarks for packages in this repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
106fd76
to
e1608d2
Compare
e1608d2
to
c0445fd
Compare
Description
A follow up to the Core PR that adds benchmarking tests: open-telemetry/opentelemetry-python#1443
We added an issue in #249 and link the issue in the code here
We also found out that the GitHub action will fetch the branch even if it on that branch which produces an error.
This PR goes back to using
gh-pages
and adds a link in the ReadTheDocs directory to point to the benchmarks graphs which will live on thegh-pages
branch.This is also a good idea to reduce the noise on the
master
branch.This will fix the current Contrib Repo Tests.
Type of change
How Has This Been Tested?
See my example repo which uses
gh-pages
correctly to publish to https://nathanielrn.github.io/github-benchmarks-example/benchmarks/index.htmlDoes This PR Require a Contrib Repo Change?
Checklist: