Skip to content

Commit 6ab19b0

Browse files
dougqhbric3
andauthored
Update dd-trace-core/src/jmh/java/datadog/trace/common/writer/ddagent/Utf8Benchmark.java
Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com>
1 parent bdc1859 commit 6ab19b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-trace-core/src/jmh/java/datadog/trace/common/writer/ddagent/Utf8Benchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* "-prof gc" to check bytes / op.
1313
*
1414
* <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
15+
* perform worse throughput wise, the benefit of the caches is to reduce allocation. Intention of
1616
* this benchmark is to create data that roughly resembles what might be seen in a trace payload.
1717
* Tag names are quite static, tag values are mostly low cardinality, but some tag values have
1818
* infinite cardinality.

0 commit comments

Comments
 (0)