We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9f0d0 commit bdc1859Copy full SHA for bdc1859
1 file changed
dd-trace-core/src/jmh/java/datadog/trace/common/writer/ddagent/Utf8Benchmark.java
@@ -12,7 +12,10 @@
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.
+ * 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.
19
*/
20
@BenchmarkMode(Mode.Throughput)
21
public class Utf8Benchmark {
0 commit comments