Skip to content

Commit aa070b4

Browse files
committed
Clarifying Javadoc
1 parent a71b449 commit aa070b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal-api/src/jmh/java/datadog/trace/util/StringSubSequenceBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* <p>NOTE: The higher allocation rate is misleading because 5x the work was performed. After
1414
* accounting for the 5x throughput difference, the actual allocation rate is 0.25x that of
15-
* String.substring or String.subSequence. <code>
15+
* String.substring or String.subSequence / SubSequence.of. <code>
1616
* Benchmark Mode Cnt Score Error Units
1717
* StringSubSequenceBenchmark.string_subSequence thrpt 6 140369998.493 ± 4387855.861 ops/s
1818
* StringSubSequenceBenchmark.string_subSequence:gc.alloc.rate thrpt 6 88880.463 ± 2778.032 MB/sec

0 commit comments

Comments
 (0)