We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841db79 commit 6b1bb08Copy full SHA for 6b1bb08
content/en/docs/languages/python/benchmarks.md
@@ -6,6 +6,16 @@ cSpell:ignore: Elems rrggbbaa
6
7
<link rel="stylesheet" href="/css/benchmarks.css">
8
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
+
19
The OpenTelemetry Python SDK runs benchmark tests on every commit to the
20
[opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/)
21
repository. The intent of these tests is to track performance trend of critical
0 commit comments