# # Seek and Write file. # require 'tempfile' max = 200_000 str = "Hello world! " * 1000 f = Tempfile.new('yarv-benchmark') max.times{ f.seek 0 f.write str } uby.git/atom/benchmark/match_small.rb?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/benchmark/match_small.rb
AgeCommit message (Expand)Author