We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71b449 commit aa070b4Copy full SHA for aa070b4
1 file changed
internal-api/src/jmh/java/datadog/trace/util/StringSubSequenceBenchmark.java
@@ -12,7 +12,7 @@
12
*
13
* <p>NOTE: The higher allocation rate is misleading because 5x the work was performed. After
14
* accounting for the 5x throughput difference, the actual allocation rate is 0.25x that of
15
- * String.substring or String.subSequence. <code>
+ * String.substring or String.subSequence / SubSequence.of. <code>
16
* Benchmark Mode Cnt Score Error Units
17
* StringSubSequenceBenchmark.string_subSequence thrpt 6 140369998.493 ± 4387855.861 ops/s
18
* StringSubSequenceBenchmark.string_subSequence:gc.alloc.rate thrpt 6 88880.463 ± 2778.032 MB/sec
0 commit comments