Skip to content

Commit a71b449

Browse files
committed
Renaming benchmark method
1 parent fb3ae00 commit a71b449

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
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

0 commit comments

Comments
 (0)