Sha256: 03d29b060f391d79b30644b06fb07509830a3f4da0c08902f5a92a3f417e66ec

Contents?: true

Size: 347 Bytes

Versions: 43

Compression:

Stored size: 347 Bytes

Contents

require 'xml'

# This is related to bug 8337, complaint is on amd64/fbsd
# unknown if it happens on other amd64/os combos

Process.setrlimit(Process::RLIMIT_NOFILE,10005)

(1..10000).each{|time|
  XML::Document.file(File.join(File.dirname(__FILE__),'ets_test.xml'))
  if time % 100 == 0
    print "\r#{time}"  
    $stdout.flush
  end
}
puts "\n"

Version data entries

43 entries across 43 versions & 7 rubygems

Version Path
libxml-ruby-1.1.2 test/ets_doc_file.rb
libxml-ruby-1.1.1-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-1.1.1 test/ets_doc_file.rb