Skip to content

Commit 1c1f590

Browse files
authored
Merge pull request #278 from LilithHafner/patch-1
Fix name in comment
2 parents cbf3786 + c2d2080 commit 1c1f590

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)