Sha256: 4132958ed8ed773e3314d7acf8d3ee47e77b34011e0950bfa8e180291fd5de08

Contents?: true

Size: 350 Bytes

Versions: 8

Compression:

Stored size: 350 Bytes

Contents

require 'libxml'

# 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

8 entries across 8 versions & 1 rubygems

Version Path
libxml-ruby-0.7.0 test/ets_doc_file.rb
libxml-ruby-0.7.0-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.6.0 test/ets_doc_file.rb
libxml-ruby-0.6.0-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.8.1-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.8.0 test/ets_doc_file.rb
libxml-ruby-0.8.0-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.8.1 test/ets_doc_file.rb