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 6f95c96 commit 51ee233Copy full SHA for 51ee233
bench/bench.rb
@@ -15,7 +15,7 @@
15
format = ARGV.fetch(1, 'html').downcase
16
encoder = CodeRay.encoder(format)
17
18
-size = ARGV.fetch(2, 2000).to_i * 1000
+size = ARGV.fetch(2, 3000).to_i * 1000
19
unless size.zero?
20
data += data until data.size >= size
21
data = data[0, size]
0 commit comments