We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc1859 commit 6ab19b0Copy full SHA for 6ab19b0
1 file changed
dd-trace-core/src/jmh/java/datadog/trace/common/writer/ddagent/Utf8Benchmark.java
@@ -12,7 +12,7 @@
12
* "-prof gc" to check bytes / op.
13
*
14
* <p>Since {@link String#getBytes(java.nio.charset.Charset)} is intrinsified the caches typically
15
- * perform worse throughput wise, the benefit of the caches is to reduce allocation. * Intention of
+ * perform worse throughput wise, the benefit of the caches is to reduce allocation. Intention of
16
* this benchmark is to create data that roughly resembles what might be seen in a trace payload.
17
* Tag names are quite static, tag values are mostly low cardinality, but some tag values have
18
* infinite cardinality.
0 commit comments