Skip to content

Commit 71d545d

Browse files
Rename buildFormat to buildPythonDateTimeFormat for improved readability and specificity.
1 parent d8fae29 commit 71d545d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/jmh/kotlin/ParserStructureConcatBenchmark.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import java.util.concurrent.*
2222
open class ParserStructureConcatBenchmark {
2323

2424
@Benchmark
25-
fun buildFormat(blackhole: Blackhole) {
25+
fun buildPythonDateTimeFormat(blackhole: Blackhole) {
2626
val v = LocalDateTime.Format {
2727
year()
2828
char('-')

0 commit comments

Comments
 (0)