Skip to content

Commit

Permalink
Fixing the Python benchmark graph Layout (#4174)
Browse files Browse the repository at this point in the history
Signed-off-by: Cvr421 <[email protected]>
Co-authored-by: Diego Hurtado <[email protected]>
Co-authored-by: Phillip Carter <[email protected]>
  • Loading branch information
3 people authored Mar 25, 2024
1 parent 841db79 commit 6b1bb08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/en/docs/languages/python/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ cSpell:ignore: Elems rrggbbaa

<link rel="stylesheet" href="/css/benchmarks.css">

<style>
@media (min-width: 100px) {
#main h3 {
font-size: 0.9rem;
font-weight: bold;
word-break: break-all;
}
}
</style>

The OpenTelemetry Python SDK runs benchmark tests on every commit to the
[opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/)
repository. The intent of these tests is to track performance trend of critical
Expand Down

0 comments on commit 6b1bb08

Please sign in to comment.