Skip to content

Commit 6b1bb08

Browse files
Cvr421ocelotlcartermp
authored
Fixing the Python benchmark graph Layout (#4174)
Signed-off-by: Cvr421 <[email protected]> Co-authored-by: Diego Hurtado <[email protected]> Co-authored-by: Phillip Carter <[email protected]>
1 parent 841db79 commit 6b1bb08

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/en/docs/languages/python/benchmarks.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ cSpell:ignore: Elems rrggbbaa
66

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

9+
<style>
10+
@media (min-width: 100px) {
11+
#main h3 {
12+
font-size: 0.9rem;
13+
font-weight: bold;
14+
word-break: break-all;
15+
}
16+
}
17+
</style>
18+
919
The OpenTelemetry Python SDK runs benchmark tests on every commit to the
1020
[opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/)
1121
repository. The intent of these tests is to track performance trend of critical

0 commit comments

Comments
 (0)