Skip to content

Commit 51ee233

Browse files
committed
don't change benchmark rules
1 parent 6f95c96 commit 51ee233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/bench.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
format = ARGV.fetch(1, 'html').downcase
1616
encoder = CodeRay.encoder(format)
1717

18-
size = ARGV.fetch(2, 2000).to_i * 1000
18+
size = ARGV.fetch(2, 3000).to_i * 1000
1919
unless size.zero?
2020
data += data until data.size >= size
2121
data = data[0, size]

0 commit comments

Comments
 (0)