File tree Expand file tree Collapse file tree
internal-api/src/jmh/java/datadog/trace/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 * StringSubSequenceBenchmark.string_substring thrpt 6 136916708.207 ± 12299226.575 ops/s
2121 * StringSubSequenceBenchmark.string_substring:gc.alloc.rate thrpt 6 86689.852 ± 7777.642 MB/sec
2222 *
23- * StringSubSequenceBenchmark.strings_substring thrpt 6 679669385.260 ± 7194043.619 ops/s
24- * StringSubSequenceBenchmark.strings_substring :gc.alloc.rate thrpt 6 103702.745 ± 1095.741 MB/sec
23+ * StringSubSequenceBenchmark.subSequence thrpt 6 679669385.260 ± 7194043.619 ops/s
24+ * StringSubSequenceBenchmark.subSequence :gc.alloc.rate thrpt 6 103702.745 ± 1095.741 MB/sec
2525 * </code>
2626 */
2727@ Fork (2 )
@@ -53,7 +53,7 @@ public void string_subSequence(Blackhole bh) {
5353 }
5454
5555 @ Benchmark
56- public void strings_substring (Blackhole bh ) {
56+ public void subSequence (Blackhole bh ) {
5757 String str = LOREM_IPSUM ;
5858 int len = str .length ();
5959
You can’t perform that action at this time.
0 commit comments