We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa070b4 commit fa1b8bdCopy full SHA for fa1b8bd
1 file changed
internal-api/src/jmh/java/datadog/trace/util/StringSplitBenchmark.java
@@ -13,7 +13,7 @@
13
14
/**
15
* Strings.split is generally faster for String processing, since it create SubSequences that are
16
- * view into the backing String rather than new String objects. <code>
+ * views into the backing String rather than new String objects. <code>
17
* Benchmark (testStr) Mode Cnt Score Error Units
18
* StringSplitBenchmark.pattern_split EMPTY thrpt 6 291274421.621 ± 14834420.899 ops/s
19
* StringSplitBenchmark.string_split EMPTY thrpt 6 1035461179.368 ± 60212686.921 ops/s
0 commit comments