Skip to content

Commit c2d2080

Browse files
authored
Fix name in comment
1 parent cbf3786 commit c2d2080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ suite["dot"] = BenchmarkGroup(["broadcast", "elementwise"])
1212
# This string will be the same every time because we're seeding the RNG
1313
teststr = join(rand(MersenneTwister(1), 'a':'d', 10^4))
1414

15-
# Add some benchmarks to the "utf8" group
15+
# Add some benchmarks to the "string" group
1616
suite["string"]["replace"] = @benchmarkable replace($teststr, "a", "b") seconds=Float64(π)
1717
suite["string"]["join"] = @benchmarkable join($teststr, $teststr) samples=42
1818

0 commit comments

Comments
 (0)