We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9098106 commit 4bdf29fCopy full SHA for 4bdf29f
doc/manual.md
@@ -511,7 +511,7 @@ suite["utf8"] = BenchmarkGroup(["string", "unicode"])
511
suite["trig"] = BenchmarkGroup(["math", "triangles"])
512
513
# Add some benchmarks to the "utf8" group
514
-teststr = join(rand(MersenneTwister(1), 'a':'d', 10^4));
+teststr = join(rand('a':'d', 10^4));
515
suite["utf8"]["replace"] = @benchmarkable replace($teststr, "a" => "b")
516
suite["utf8"]["join"] = @benchmarkable join($teststr, $teststr)
517
0 commit comments